Skip to content

Commit 7b8b67f

Browse files
committed
bump dependency release to 0.15.2
1 parent 31a8e48 commit 7b8b67f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo tags="latest,${version}" >> $GITHUB_OUTPUT
3939
4040
- name: Build and Push
41-
uses: docker/bake-action@v4
41+
uses: docker/bake-action@v5
4242
with:
4343
files: docker-bake.hcl
4444
push: true

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.2 as deps
4+
FROM alpine:3.20.3 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.2
31+
FROM alpine:3.20.3
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.6-bullseye as build
2+
FROM --platform=$BUILDPLATFORM golang:1.23.0-bullseye as build
33

44
RUN <<EOT
55
set -e

cicd/tag-deps-version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
0.15.0
21
0.15.1
2+
0.15.2

0 commit comments

Comments
 (0)