Skip to content

Commit

Permalink
chore: Bump go base image to go1.23.6 (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
obalunenko authored Feb 7, 2025
1 parent 991a2e4 commit 4d4b159
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.23.5-alpine3.21 AS builder
FROM --platform=$BUILDPLATFORM golang:1.23.6-alpine3.21 AS builder

ARG APK_BASH_VERSION=~5
ARG APK_GIT_VERSION=~2
Expand Down Expand Up @@ -39,7 +39,7 @@ RUN --mount=type=bind,source=./scripts,target=./scripts \
GOOS=$TARGETOS GOARCH=$TARGETARCH make install-tools


FROM golang:1.23.5-alpine3.21 AS releaser
FROM golang:1.23.6-alpine3.21 AS releaser

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

0 comments on commit 4d4b159

Please sign in to comment.