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 4f50e54 commit 76901b5Copy full SHA for 76901b5
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.24.2-alpine AS build
+FROM golang:1.24.4-alpine AS build
2
ARG KONSTRAINT_VER
3
4
WORKDIR /go/src/github.com/plexsystems/konstraint
go.mod
@@ -2,7 +2,7 @@ module github.com/plexsystems/konstraint
go 1.24.0
5
-toolchain go1.24.2
+toolchain go1.24.4
6
7
require (
8
github.com/go-sprout/sprout v1.0.0
0 commit comments