Arvados-DCO-1.1-Signed-off-by: Radhika Chippada <radhika@curoverse.com>
[arvados.git] / tools / arvbox / lib / arvbox / docker / Dockerfile.base
index 9d890afe9e1246384480445a29cdd0fb5c0f2249..b21e49e3539a3f8af1cbfe4a0d8ff0709c96f1fc 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 FROM debian:8
 
 ENV DEBIAN_FRONTEND noninteractive
@@ -17,7 +21,7 @@ RUN apt-get update && \
     libgnutls28-dev python3-dev && \
     apt-get clean
 
-ENV GOVERSION 1.7.5
+ENV GOVERSION 1.8.3
 
 # Install golang binary
 RUN curl -f http://storage.googleapis.com/golang/go${GOVERSION}.linux-amd64.tar.gz | \