From da4e46a1a82d2edd248cbcc74599d0c2a50eb43c Mon Sep 17 00:00:00 2001 From: "Zhu, Ling Dr (Elec Electronic Eng)" <l.zhu@surrey.ac.uk> Date: Tue, 2 Feb 2021 10:15:28 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 57d4589..b33ac6a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:latest +FROM gitlab-registry.eps.surrey.ac.uk/lz0002/golang:latest # Set the Current Working Directory inside the container WORKDIR /go/src/hello -- GitLab