diff --git a/Dockerfile b/Dockerfile index 8f3f3dd50..3236cf9f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/README.md b/README.md index 7bb5ab6f9..20f36a9fd 100644 --- a/README.md +++ b/README.md @@ -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