feat: updating base image golang to check for flakiness

pull/49529/head
Sayak Mukhopadhyay 2025-01-22 21:21:18 +05:30
parent 35b3ebbd7a
commit 5513489d27
No known key found for this signature in database
GPG Key ID: 89EEFF3FB23D3FFD
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
# change is that the Hugo version is now an overridable argument rather than a fixed
# environment variable.
FROM docker.io/library/golang:1.23.0-alpine3.20
FROM docker.io/library/golang:1.23.1-alpine3.20
RUN apk add --no-cache \
curl \
@ -22,7 +22,7 @@ RUN mkdir $HOME/src && \
cd "hugo-${HUGO_VERSION}" && \
go install --tags extended
FROM docker.io/library/golang:1.23.0-alpine3.20
FROM docker.io/library/golang:1.23.1-alpine3.20
RUN apk add --no-cache \
runuser \