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.
This commit is contained in:
parent
df103f9387
commit
10330144bb
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Reference in a new issue