Update dependency determine-docker-tags to v0.1.3 #6

Merged
renovate-bot merged 1 commits from renovate/determine-docker-tags-0.1.x into master 2021-01-28 15:17:20 +00:00
Showing only changes of commit ef022e604f - Show all commits

View File

@ -1,7 +1,7 @@
FROM python:3.8.7-slim-buster@sha256:520525c413176216f38aa55dee5aff761a084ca779f5e30c49dfd4854a857141
# renovate: datasource=pypi depName=determine-docker-tags versioning=semver
ENV DETERMINE_DOCKER_TAGS_VERSION 0.1.2
ENV DETERMINE_DOCKER_TAGS_VERSION 0.1.3
RUN set -ex; \
\