We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d50c88 commit 9bed90fCopy full SHA for 9bed90f
Dockerfile
@@ -1,6 +1,6 @@
1
# Use buildx for multi-platform builds
2
# Build stage
3
-FROM --platform=$BUILDPLATFORM golang:1.23-alpine AS builder
+FROM --platform=$BUILDPLATFORM golang:1.24-alpine AS builder
4
LABEL org.opencontainers.image.source="https://github.com/interlynk-io/sbomasm"
5
6
RUN apk add --no-cache make git
0 commit comments