Skip to content

Commit ba03e2a

Browse files
committed
Dockerfile: version-pin dockercore/golang-cross
1 parent 2a328a8 commit ba03e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN cd /tmp \
1414
&& make 2>&1 \
1515
&& make install 2>&1
1616

17-
FROM dockercore/golang-cross:latest AS hover
17+
FROM dockercore/golang-cross:1.13.10 AS hover
1818

1919
# Add dart apt repository
2020
RUN wget -qO- https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - 2>&1 \

0 commit comments

Comments
 (0)