Skip to content

Commit cd42b65

Browse files
authored
update base image (#469)
1 parent e81ac4a commit cd42b65

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/sbomqs"
55

66
RUN apk add --no-cache make git

0 commit comments

Comments
 (0)