We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79868db commit 1b5bb7aCopy full SHA for 1b5bb7a
Dockerfile
@@ -10,7 +10,7 @@ COPY ./ ./
10
11
RUN CGO_ENABLED=0 go build -o /go/bin/composevalidate -trimpath -ldflags="-s -w" .
12
13
-FROM ghcr.io/regclient/regctl:alpine@sha256:31972bd10bfb44b505fd77e379855078b8064e2baa087dce77d7dc7823236684
+FROM ghcr.io/regclient/regctl:alpine@sha256:53115c38927846d4f2ae111121cca7e95a033fd84132d69569e814ede1a696d3
14
15
COPY --from=build /go/bin/composevalidate /usr/local/bin/
16
0 commit comments