Skip to content

Commit

Permalink
chore(deps): bump golang from 1.21.4-alpine3.18 to 1.21.5-alpine3.18 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 6, 2023
1 parent 303d339 commit 3d1594e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.21.4-alpine3.18 as builder
FROM --platform=$BUILDPLATFORM golang:1.21.5-alpine3.18 as builder

ARG APK_BASH_VERSION=~5
ARG APK_GIT_VERSION=~2
Expand Down Expand Up @@ -43,7 +43,7 @@ ARG TARGETARCH
RUN GOOS=$TARGETOS GOARCH=$TARGETARCH make install-tools


FROM golang:1.21.4-alpine3.18 as releaser
FROM golang:1.21.5-alpine3.18 as releaser

ARG APK_BASH_VERSION=~5
ARG APK_BUILDBASE_VERSION=~0
Expand Down

0 comments on commit 3d1594e

Please sign in to comment.