Skip to content

Commit 9bed90f

Browse files
authored
update go base image version (#202)
1 parent 9d50c88 commit 9bed90f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Use buildx for multi-platform builds
22
# Build stage
3-
FROM --platform=$BUILDPLATFORM golang:1.23-alpine AS builder
3+
FROM --platform=$BUILDPLATFORM golang:1.24-alpine AS builder
44
LABEL org.opencontainers.image.source="https://github.com/interlynk-io/sbomasm"
55

66
RUN apk add --no-cache make git

0 commit comments

Comments
 (0)