Skip to content

Commit 5513489

Browse files
feat: updating base image golang to check for flakiness
1 parent 35b3ebb commit 5513489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# change is that the Hugo version is now an overridable argument rather than a fixed
55
# environment variable.
66

7-
FROM docker.io/library/golang:1.23.0-alpine3.20
7+
FROM docker.io/library/golang:1.23.1-alpine3.20
88

99
RUN apk add --no-cache \
1010
curl \
@@ -22,7 +22,7 @@ RUN mkdir $HOME/src && \
2222
cd "hugo-${HUGO_VERSION}" && \
2323
go install --tags extended
2424

25-
FROM docker.io/library/golang:1.23.0-alpine3.20
25+
FROM docker.io/library/golang:1.23.1-alpine3.20
2626

2727
RUN apk add --no-cache \
2828
runuser \

0 commit comments

Comments
 (0)