Skip to content

Commit

Permalink
chore(deps): bump golang from 1.21.3-alpine3.18 to 1.21.4-alpine3.18 (#…
Browse files Browse the repository at this point in the history
…120)

Bumps golang from 1.21.3-alpine3.18 to 1.21.4-alpine3.18.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 9, 2023
1 parent 2de2fa4 commit 189d8cf
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.3-alpine3.18 as builder
FROM --platform=$BUILDPLATFORM golang:1.21.4-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.3-alpine3.18 as releaser
FROM golang:1.21.4-alpine3.18 as releaser

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

0 comments on commit 189d8cf

Please sign in to comment.