Skip to content

Commit

Permalink
feat: Bump go base image to 1.23.1 (#231)
Browse files Browse the repository at this point in the history
* feat: Bump go base image to 1.23.1

* docs: Update readme
  • Loading branch information
obalunenko authored Sep 9, 2024
1 parent 94ee0f6 commit de42bea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.23.0-alpine3.20 AS builder
FROM --platform=$BUILDPLATFORM golang:1.23.1-alpine3.20 AS builder

ARG APK_BASH_VERSION=~5
ARG APK_GIT_VERSION=~2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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.0-alpine3.20` and includes the following tools:
The base image is built on top of the official image `golang:1.23.1-alpine3.20` and includes the following tools:


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

0 comments on commit de42bea

Please sign in to comment.