Skip to content

Commit

Permalink
add option to modify alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnuj committed Jan 5, 2024
1 parent 84de279 commit 454ba7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ RUN set -x && \
fi

################################################################################
FROM --platform=${BUILDPLATFORM} alpine:${DISTRO_VERSION} as prod
FROM --platform=${BUILDPLATFORM} alpine:latest as prod

# build args passed down to env var

Expand Down

0 comments on commit 454ba7e

Please sign in to comment.