Skip to content

Commit 4eb239b

Browse files
Merge pull request #657 from opencontainers/dependabot/docker/skopeo/stable-v1.21
2 parents d55a804 + 32d08a1 commit 4eb239b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN cd /tmp/gomtree && \
2727
go install ./cmd/gomtree
2828

2929
## CI: Pull the test image in a separate build stage.
30-
FROM quay.io/skopeo/stable:v1.20 AS test-image
30+
FROM quay.io/skopeo/stable:v1.21 AS test-image
3131
ENV SOURCE_IMAGE=/image SOURCE_TAG=latest
3232
ARG TEST_DOCKER_IMAGE=registry.opensuse.org/opensuse/tumbleweed:latest
3333
RUN skopeo copy docker://$TEST_DOCKER_IMAGE oci:$SOURCE_IMAGE:$SOURCE_TAG

0 commit comments

Comments
 (0)