Merge pull request #560 from pjbgf/pin-alpine

This commit is contained in:
Hidde Beydals 2022-01-26 14:36:36 +01:00 committed by GitHub
commit 1441af5853
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ RUN --mount=target=. \
RUN xx-verify --static /source-controller
FROM alpine
FROM alpine:3.15
ARG TARGETPLATFORM
RUN apk --no-cache add ca-certificates \