Skip to content

Commit

Permalink
chore(deps): upgrade to ruby 3.2.5 (#1442)
Browse files Browse the repository at this point in the history
  • Loading branch information
hgw77 authored Oct 28, 2024
1 parent a3df9e7 commit 6bdaaf8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.2.5
5 changes: 3 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# To build the image loacylly run from repository root: docker build -t elektra-prod -f docker/Dockerfile .
# Note: in case you get an error that the image cannot be pulled logon to keppel
# You can also pull the image manually: docker pull keppel.eu-de-1.cloud.sap/ccloud-dockerhub-mirror/library/ruby:3.2.2-alpine3.19
FROM keppel.eu-de-1.cloud.sap/ccloud-dockerhub-mirror/library/ruby:3.2.2-alpine3.19 AS base
# You can also pull the image manually: docker pull keppel.eu-de-1.cloud.sap/ccloud-dockerhub-mirror/library/ruby:3.2.5-alpine3.20
# check for latest version https://hub.docker.com/_/ruby/tags
FROM keppel.eu-de-1.cloud.sap/ccloud-dockerhub-mirror/library/ruby:3.2.5-alpine3.20 AS base
LABEL source_repository="https://github.com/sapcc/elektra"

ENV APP_PATH=/home/app
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM keppel.eu-de-1.cloud.sap/ccloud-dockerhub-mirror/library/ruby:3.2.2-alpine3.19
FROM keppel.eu-de-1.cloud.sap/ccloud-dockerhub-mirror/library/ruby:3.2.5-alpine3.20

LABEL source_repository="https://github.wdf.sap.corp/monsoon/workspaces/tree/master/environments/elektra"

Expand Down

0 comments on commit 6bdaaf8

Please sign in to comment.