mirror of
https://github.com/thegeeklab/wp-docker-buildx.git
synced 2024-11-09 17:20:39 +00:00
chore(deps): update dependency docker/buildx to v0.5.1 (#5)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
02b4e96cd6
commit
91e5526677
@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/dron
|
||||
ARG BUILDX_VERSION
|
||||
|
||||
# renovate: datasource=github-releases depName=docker/buildx
|
||||
ENV BUILDX_VERSION="${BUILDX_VERSION:-0.5.0}"
|
||||
ENV BUILDX_VERSION="${BUILDX_VERSION:-v0.5.1}"
|
||||
ENV DOCKER_HOST=unix:///var/run/docker.sock
|
||||
|
||||
RUN apk --update add --virtual .build-deps curl && \
|
||||
|
@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/dron
|
||||
ARG BUILDX_VERSION
|
||||
|
||||
# renovate: datasource=github-releases depName=docker/buildx
|
||||
ENV BUILDX_VERSION="${BUILDX_VERSION:-0.5.0}"
|
||||
ENV BUILDX_VERSION="${BUILDX_VERSION:-v0.5.1}"
|
||||
ENV DOCKER_HOST=unix:///var/run/docker.sock
|
||||
|
||||
RUN apk --update add --virtual .build-deps curl && \
|
||||
|
@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/dron
|
||||
ARG BUILDX_VERSION
|
||||
|
||||
# renovate: datasource=github-releases depName=docker/buildx
|
||||
ENV BUILDX_VERSION="${BUILDX_VERSION:-0.5.0}"
|
||||
ENV BUILDX_VERSION="${BUILDX_VERSION:-v0.5.1}"
|
||||
ENV DOCKER_HOST=unix:///var/run/docker.sock
|
||||
|
||||
RUN apk --update add --virtual .build-deps curl && \
|
||||
|
Loading…
Reference in New Issue
Block a user