Skip to content

Commit 636263a

Browse files
committed
chore: update Dockerfile to use Go version 1.12 for building custom executables
1 parent df4db94 commit 636263a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/c-9.2.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM n0madic/alpine-gcc:9.2.0
22

33
# We need to install Go to build the custom executable.
4-
RUN apk add --no-cache "go>=1.20"
4+
RUN apk add --no-cache "go>=1.12"

0 commit comments

Comments
 (0)