1
0
Fork 0

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:
Sheogorath 2020-07-05 23:23:10 +02:00
parent df103f9387
commit 10330144bb
No known key found for this signature in database
GPG key ID: C9B1C80737B9CE18

View file

@ -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 \