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 e81ac4a commit cd42b65Copy full SHA for cd42b65
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/sbomqs"
5
6
RUN apk add --no-cache make git
0 commit comments