Skip to content

Commit 16f5c70

Browse files
authored
Use "docker" image for certify action (#856)
1 parent aadbee7 commit 16f5c70

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/certify-openshift-images

1 file changed

+1
-1
lines changed

.github/actions/certify-openshift-images/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:latest
1+
FROM docker:23.0-rc-cli
22

33
RUN apk update && \
44
apk add --no-cache curl jq

0 commit comments

Comments
 (0)