Skip to content
Snippets Groups Projects
Unverified Commit 04ae70ff authored by Michael Kriese's avatar Michael Kriese Committed by GitHub
Browse files

chore(internal): use docker datasource for docker releases (#5766)

parent c087f84b
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ FROM base as final-base
RUN groupadd -g 999 docker
RUN usermod -aG docker ubuntu
# renovate: datasource=github-releases depName=docker/docker-ce versioning=docker
# renovate: datasource=docker depName=docker versioning=docker
ENV DOCKER_VERSION=19.03.5
RUN curl -fsSLO https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION}.tgz \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment