From 10330144bbe7fcdfbfc519a3e091d661b01ba196 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Sun, 5 Jul 2020 23:23:10 +0200 Subject: [PATCH] Fix broken FROM tag The last commit introduced a broken version reference due to a missing v in front for the version. This patch repairs this issue as well as providing a full repository reference in order to make sure no override from other repositories happens. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f192637..a8ddcbe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM gitlab/gitlab-runner:13.1.1 +FROM docker.io/gitlab/gitlab-runner:v13.1.1 RUN true \ && apt-get update \