From 7b8b67f6da7e40d06ef50e2e986de22061c6ae32 Mon Sep 17 00:00:00 2001 From: Jarema Date: Mon, 9 Sep 2024 18:41:36 +0000 Subject: [PATCH] bump dependency release to 0.15.2 --- .github/workflows/release.yaml | 2 +- cicd/Dockerfile | 4 ++-- cicd/Dockerfile_goreleaser | 2 +- cicd/tag-deps-version.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 63e5d7f9..d6b06373 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 diff --git a/cicd/Dockerfile b/cicd/Dockerfile index 2084f9e5..6d8ebd4b 100644 --- a/cicd/Dockerfile +++ b/cicd/Dockerfile @@ -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 @@ -28,7 +28,7 @@ RUN <