Skip to content

Commit

Permalink
bump dependency release to 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarema committed Sep 9, 2024
1 parent 31a8e48 commit 7b8b67f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
echo tags="latest,${version}" >> $GITHUB_OUTPUT
- name: Build and Push
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
files: docker-bake.hcl
push: true
Expand Down
4 changes: 2 additions & 2 deletions cicd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#syntax=docker/dockerfile-upstream:1.5
ARG GO_APP

FROM alpine:3.20.2 as deps
FROM alpine:3.20.3 as deps

ARG GO_APP
ARG GORELEASER_DIST_DIR=/go/src/dist
Expand All @@ -28,7 +28,7 @@ RUN <<EOT
cp ${BIN_PATH} /go/bin
EOT

FROM alpine:3.20.2
FROM alpine:3.20.3

ARG GO_APP
ENV GO_APP ${GO_APP}
Expand Down
2 changes: 1 addition & 1 deletion cicd/Dockerfile_goreleaser
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#syntax=docker/dockerfile-upstream:1.5
FROM --platform=$BUILDPLATFORM golang:1.22.6-bullseye as build
FROM --platform=$BUILDPLATFORM golang:1.23.0-bullseye as build

RUN <<EOT
set -e
Expand Down
2 changes: 1 addition & 1 deletion cicd/tag-deps-version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
0.15.0
0.15.1
0.15.2

0 comments on commit 7b8b67f

Please sign in to comment.