Update Go to 1.13.9

This commit is contained in:
Bryan Boreham
2020-03-20 12:45:56 +00:00
parent 49db8f66cd
commit 265e262a65

View File

@@ -1,4 +1,4 @@
FROM golang:1.13.0
FROM golang:1.13.9
ENV SCOPE_SKIP_UI_ASSETS true
RUN set -eux; \
export arch_val="$(dpkg --print-architecture)"; \