Skip to content

Commit

Permalink
chore(deps): update dependency containers/skopeo to v1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 2e1936b commit 03ecb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-image-mgmt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"]
USER root

# renovate: datasource=github-releases depName=containers/skopeo
ARG SKOPEO_VERSION=v1.16.1
ARG SKOPEO_VERSION=v1.17.0
RUN curl -L "https://github.com/containers/skopeo/archive/${SKOPEO_VERSION}.tar.gz" -o /tmp/skopeo.tar.gz && \
tar -xzf /tmp/skopeo.tar.gz && \
mv skopeo-${SKOPEO_VERSION//v} /skopeo && \
Expand Down

0 comments on commit 03ecb6e

Please sign in to comment.