We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a56a888 + 59e061c commit b9986faCopy full SHA for b9986fa
.github/workflows/release.yml
@@ -62,6 +62,8 @@ jobs:
62
- name: Publish images
63
uses: docker/build-push-action@v3
64
with:
65
+ sbom: true
66
+ provenance: true
67
push: true
68
builder: ${{ steps.buildx.outputs.name }}
69
context: .
Dockerfile
@@ -61,7 +61,7 @@ RUN export CGO_LDFLAGS="-static -fuse-ld=lld" && \
61
# Ensure that the binary was cross-compiled correctly to the target platform.
RUN xx-verify --static /source-controller
-FROM alpine:3.16
+FROM alpine:3.17
ARG TARGETPLATFORM
RUN apk --no-cache add ca-certificates \
0 commit comments