From 5feb5260542b77713d7db8f364f5b0c0ee177402 Mon Sep 17 00:00:00 2001 From: "ritesh.noronha" Date: Mon, 14 Oct 2024 14:47:43 -0700 Subject: [PATCH] Update Golang Version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 349a92d6..3d7cd05f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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