Skip to content

Commit

Permalink
Update alpine to 3.19
Browse files Browse the repository at this point in the history
Signed-off-by: Christian König <[email protected]>
  • Loading branch information
yubiuser committed Dec 9, 2023
1 parent d1ca7ff commit ecb4c5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG CONTAINER="3.18"
FROM alpine:${CONTAINER}
ARG alpine_version="3.19"
FROM alpine:${alpine_version}
# https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope

ARG TARGETPLATFORM
Expand Down
5 changes: 4 additions & 1 deletion test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FROM docker:24.0.4-cli-alpine3.18
ARG alpine_version="3.18"
ARG docker_version="24.0.7"

FROM docker:${docker_version}-cli-alpine${alpine_version}

COPY --chmod=0755 ./cmd.sh /usr/local/bin/cmd.sh
COPY --chmod=0755 ./entrypoint.sh /usr/local/bin/entrypoint.sh
Expand Down

0 comments on commit ecb4c5c

Please sign in to comment.