Skip to content

Commit

Permalink
Merge pull request #6 from alphagov/ris-registry-image-resource-pre1.…
Browse files Browse the repository at this point in the history
…10.0

Dockerfile: switch default `registry-image-resource` version to 1.10.0 pre-release
  • Loading branch information
risicle authored Jun 28, 2024
2 parents a124423 + 8612eb5 commit 484395c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
ARG REGISTRY_IMAGE_RESOURCE=concourse/registry-image-resource:1.9.0
# default is a pre-1.10.0 `dev` image as of 20240628, needed for inclusion
# of https://github.com/concourse/registry-image-resource/pull/354
ARG REGISTRY_IMAGE_RESOURCE=concourse/registry-image-resource@sha256:a17a4ec2bb60e1933bd51d7c07b552bc2851dea2e3c042db38134c92f5a98ed6
ARG GIT_RESOURCE=concourse/git-resource:1.16.0
FROM $REGISTRY_IMAGE_RESOURCE as registry-image-resource
FROM $GIT_RESOURCE as base-resource
Expand Down

0 comments on commit 484395c

Please sign in to comment.