We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd3825 commit 31a8e48Copy full SHA for 31a8e48
cicd/Dockerfile
@@ -1,7 +1,7 @@
1
#syntax=docker/dockerfile-upstream:1.5
2
ARG GO_APP
3
4
-FROM alpine:3.20.0 as deps
+FROM alpine:3.20.2 as deps
5
6
7
ARG GORELEASER_DIST_DIR=/go/src/dist
@@ -28,7 +28,7 @@ RUN <<EOT
28
cp ${BIN_PATH} /go/bin
29
EOT
30
31
-FROM alpine:3.20.0
+FROM alpine:3.20.2
32
33
34
ENV GO_APP ${GO_APP}
cicd/Dockerfile_goreleaser
@@ -1,5 +1,5 @@
-FROM --platform=$BUILDPLATFORM golang:1.22.4-bullseye as build
+FROM --platform=$BUILDPLATFORM golang:1.22.6-bullseye as build
RUN <<EOT
set -e
cicd/tag-deps-version.txt
@@ -1,2 +1,2 @@
-0.14.2
-0.14.3
+0.15.0
+0.15.1
0 commit comments