aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2022-05-08 14:43:10 -0700
committerMax Resnick <max@ofmax.li>2022-05-08 14:43:10 -0700
commitef2a2d5afb29bf8736ba2fdddf1ed73a0bdd2b42 (patch)
tree8297ccd64637ee0e3b2e65de2faea458ddd227d9
parentbb3eb15adb63a39b5e8a431e156ec411f66c25e6 (diff)
downloadgrumpy-containers-ef2a2d5afb29bf8736ba2fdddf1ed73a0bdd2b42.tar.gz
pin golang version
-rw-r--r--src/sally/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sally/Dockerfile b/src/sally/Dockerfile
index 6767bde..2225a40 100644
--- a/src/sally/Dockerfile
+++ b/src/sally/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:latest as build
+FROM golang:1.17 as build
RUN mkdir -p /opt/workspace \
&& git clone https://git.ofmax.li/sally /opt/workspace/sally \
&& cd /opt/workspace/sally \