We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d91f3c commit 14e8e0bCopy full SHA for 14e8e0b
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=$BUILDPLATFORM docker.io/golang:1.25-alpine3.22 AS builder
+FROM --platform=$BUILDPLATFORM docker.io/golang:1.25.7-alpine3.23 AS builder
2
ARG TARGETARCH
3
ENV CGO_ENABLED=0 \
4
GOOS=linux \
go.mod
@@ -1,6 +1,6 @@
module github.com/equinor/radix-cli
-go 1.25.5
+go 1.25.7
5
require (
6
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.20.0
0 commit comments