Skip to content

Commit

Permalink
chore(deps): use a newer alpine image as base (#1376)
Browse files Browse the repository at this point in the history
  • Loading branch information
andypf authored Jun 28, 2024
1 parent 5fe2119 commit 63e5540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Note: for local build and to prevent rate limit from docker use keppel.eu-de-1.cloud.sap/ccloud-dockerhub-mirror/library/
FROM keppel.eu-de-1.cloud.sap/ccloud-dockerhub-mirror/library/ruby:3.2.2-alpine3.17 AS base
FROM keppel.eu-de-1.cloud.sap/ccloud-dockerhub-mirror/library/ruby:3.2.2-alpine3.19 AS base
LABEL source_repository="https://github.com/sapcc/elektra"

ENV APP_PATH=/home/app
Expand Down

0 comments on commit 63e5540

Please sign in to comment.