Skip to content

Commit 2b032b7

Browse files
authored
Merge pull request #223 from crazy-max/update-alpine
Alpine Linux 3.17
2 parents 17e8759 + bb4d294 commit 2b032b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22

33
ARG GO_VERSION="1.19"
4-
ARG ALPINE_VERSION="3.16"
4+
ARG ALPINE_VERSION="3.17"
55
ARG XX_VERSION="1.1.2"
66

77
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
@@ -65,7 +65,7 @@ RUN --mount=type=bind,target=/src \
6565
if [ "$TARGETOS" = "windows" ]; then
6666
zip -r "/out/swarm-cronjob_${version#v}_${TARGETOS}_${TARGETARCH}${TARGETVARIANT}.zip" .
6767
else
68-
tar -czvf "/out/swarm-cronjob_${version#v}_${TARGETOS}_${TARGETARCH}${TARGETVARIANT}.tar.tgz" .
68+
tar -czvf "/out/swarm-cronjob_${version#v}_${TARGETOS}_${TARGETARCH}${TARGETVARIANT}.tar.gz" .
6969
fi
7070
EOT
7171

0 commit comments

Comments
 (0)