Skip to content

Commit 4d452a2

Browse files
Merge pull request #333 from interlynk-io/update/golang-ver
Update Golang Version
2 parents a3a4420 + 5feb526 commit 4d452a2

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.22.2-alpine AS builder
3+
FROM --platform=$BUILDPLATFORM golang:1.23-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)