We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab1ab7 commit f8c93e1Copy full SHA for f8c93e1
build/Dockerfile
@@ -1,5 +1,5 @@
1
# Build binary
2
-FROM --platform=$BUILDPLATFORM golang:1.24.0-alpine AS build-env
+FROM --platform=$BUILDPLATFORM golang:1.24.10-alpine AS build-env
3
ADD . /app
4
WORKDIR /app
5
ARG TARGETOS
go.mod
@@ -1,8 +1,6 @@
module github.com/microcks/microcks-cli
-go 1.24.0
-
-toolchain go1.24.1
+go 1.24.10
6
7
require (
8
github.com/coreos/go-oidc/v3 v3.15.0
0 commit comments