Skip to content

Commit

Permalink
feat: changed dockerize version
Browse files Browse the repository at this point in the history
  • Loading branch information
khushalmer03 committed Dec 9, 2024
1 parent c0eb292 commit a831e69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM alpine:3.21

ENV DOCKERIZE_VERSION=v0.8.0
# set version for s6 overlay
ARG S6_OVERLAY_VERSION="3.1.5.0"
# set TARTGETARCH and S6_ARCH to map the s6-overlay arch naming conventions with the docker (TARGETARCH)
Expand All @@ -16,7 +15,7 @@ RUN set -eux \
&& if [ "${TARGETARCH}" = "arm64" ]; then \
DOCKERIZE_URL="https://github.com/jwilder/dockerize/releases/download/v0.8.0/dockerize-darwin-arm64-v0.8.0.tar.gz"; \
elif [ "${TARGETARCH}" = "amd64" ]; then \
DOCKERIZE_URL="https://github.com/jwilder/dockerize/releases/download/v0.8.0/dockerize-alpine-linux-amd64-v0.8.0.tar.gz"; \
DOCKERIZE_URL="https://github.com/jwilder/dockerize/releases/download/v0.6.1/dockerize-alpine-linux-amd64-v0.6.1.tar.gz"; \
else \
echo "Unsupported architecture: ${TARGETARCH}"; \
exit 1; \
Expand Down

0 comments on commit a831e69

Please sign in to comment.