mirror of
https://github.com/SAP/jenkins-library.git
synced 2026-06-19 22:58:55 +02:00
fix: updated base image for go version constraint consistency
This commit is contained in:
committed by
piotrskindel-sap
parent
a70e5f8d56
commit
0e4973fee6
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.24.0 AS build-env
|
||||
FROM golang:1.25.10 AS build-env
|
||||
COPY . /build
|
||||
WORKDIR /build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user