Skip to content

Commit 31a8e48

Browse files
committed
bump dependency release to 0.15.1
1 parent 2dd3825 commit 31a8e48

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

cicd/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#syntax=docker/dockerfile-upstream:1.5
22
ARG GO_APP
33

4-
FROM alpine:3.20.0 as deps
4+
FROM alpine:3.20.2 as deps
55

66
ARG GO_APP
77
ARG GORELEASER_DIST_DIR=/go/src/dist
@@ -28,7 +28,7 @@ RUN <<EOT
2828
cp ${BIN_PATH} /go/bin
2929
EOT
3030

31-
FROM alpine:3.20.0
31+
FROM alpine:3.20.2
3232

3333
ARG GO_APP
3434
ENV GO_APP ${GO_APP}

cicd/Dockerfile_goreleaser

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#syntax=docker/dockerfile-upstream:1.5
2-
FROM --platform=$BUILDPLATFORM golang:1.22.4-bullseye as build
2+
FROM --platform=$BUILDPLATFORM golang:1.22.6-bullseye as build
33

44
RUN <<EOT
55
set -e

cicd/tag-deps-version.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
0.14.2
2-
0.14.3
1+
0.15.0
2+
0.15.1

0 commit comments

Comments
 (0)