Skip to content

Commit

Permalink
chore: Bump go to 1.23.5 (#291)
Browse files Browse the repository at this point in the history
* chore: Bump go to 1.23.5

* docs: Update README
  • Loading branch information
obalunenko authored Jan 23, 2025
1 parent f75581a commit 18fc047
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.4-alpine3.21 AS builder
FROM --platform=$BUILDPLATFORM golang:1.23.5-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.4-alpine3.21 AS releaser
FROM golang:1.23.5-alpine3.21 AS releaser

ARG APK_BASH_VERSION=~5
ARG APK_BUILDBASE_VERSION=~0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ docker pull ghcr.io/obalunenko/go-tools:latest

### Go base image

The base image is built on top of the official image [golang:1.23.4-alpine3.21](https://hub.docker.com/_/golang) and includes the following tools:
The base image is built on top of the official image [golang:1.23.5-alpine3.21](https://hub.docker.com/_/golang) and includes the following tools:


##### Below is a full manifest of the tools available
Expand Down

0 comments on commit 18fc047

Please sign in to comment.