Skip to content

Commit

Permalink
Update skopeo to version v1.15.2
Browse files Browse the repository at this point in the history
Signed-off-by: Marcelo E. Magallon <[email protected]>
  • Loading branch information
mem committed Jul 19, 2024
1 parent 28321fd commit 9d0a686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ FROM registry.hub.docker.com/library/debian:stable-slim as skopeo
# inspect the available versions without pulling the repos.
RUN git clone https://github.com/containers/skopeo && \
cd skopeo && \
git checkout "v1.15.1" && \
git checkout "v1.15.2" && \
make GOBIN=/build DISABLE_DOCS=1 bin/skopeo && \
mkdir -p /build && \
cp bin/skopeo /build/
Expand Down
2 changes: 1 addition & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ shellcheck:
type: docker
skopeo:
repo: github.com/containers/skopeo
version: v1.15.1
version: v1.15.2
type: go
wire:
repo: github.com/google/wire
Expand Down

0 comments on commit 9d0a686

Please sign in to comment.