Skip to content

Commit

Permalink
chore: alpine 3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluisq committed Jul 26, 2023
1 parent 6ac961a commit d48d6ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM alpine:3.16 as build
FROM --platform=$BUILDPLATFORM alpine:3.17 as build

ARG TARGETPLATFORM
ARG PAKET_VERSION=0.0.0
Expand All @@ -18,7 +18,7 @@ RUN set -ex; \
rm -rf /tmp/paket.tar.gz paket-v${PAKET_VERSION}-${target}; \
chmod +x /usr/local/bin/paket

FROM alpine:3.16
FROM alpine:3.17

ARG PAKET_VERSION=0.0.0
ENV PAKET_VERSION=${PAKET_VERSION}
Expand Down

0 comments on commit d48d6ef

Please sign in to comment.