Skip to content

Commit

Permalink
Merge pull request #333 from interlynk-io/update/golang-ver
Browse files Browse the repository at this point in the history
Update Golang Version
  • Loading branch information
riteshnoronha authored Oct 14, 2024
2 parents a3a4420 + 5feb526 commit 4d452a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Use buildx for multi-platform builds
# Build stage
FROM --platform=$BUILDPLATFORM golang:1.22.2-alpine AS builder
FROM --platform=$BUILDPLATFORM golang:1.23-alpine AS builder
LABEL org.opencontainers.image.source="https://github.com/interlynk-io/sbomqs"

RUN apk add --no-cache make git
Expand Down

0 comments on commit 4d452a2

Please sign in to comment.