There was an error while loading. Please reload this page.
1 parent bbea8b7 commit b687a0dCopy full SHA for b687a0d
1 file changed
tools/images/ubuntu_alt/Dockerfile
@@ -15,7 +15,7 @@ RUN printf 'root:0:65536\n' >> /etc/subuid && \
15
printf 'root:0:65536\n' >> /etc/subgid
16
17
# Go
18
-RUN curl -fsSL https://dl.google.com/go/go1.27.0.linux-amd64.tar.gz | tar -xzC /usr/local
+RUN curl -fsSL https://dl.google.com/go/go1.26.1.linux-amd64.tar.gz | tar -xzC /usr/local
19
RUN ln -s /usr/local/go/bin/go /usr/local/bin/go && ln -s /usr/local/go/bin/gofmt /usr/local/bin/gofmt
20
21
# Locale
0 commit comments