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.
2 parents a3a4420 + 5feb526 commit 4d452a2Copy full SHA for 4d452a2
Dockerfile
@@ -1,6 +1,6 @@
1
# Use buildx for multi-platform builds
2
# Build stage
3
-FROM --platform=$BUILDPLATFORM golang:1.22.2-alpine AS builder
+FROM --platform=$BUILDPLATFORM golang:1.23-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