We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ab5cc3 + 43cfd0f commit f1bfda8Copy full SHA for f1bfda8
2 files changed
Dockerfile
@@ -1,7 +1,7 @@
1
#############################################
2
# Build
3
4
-FROM --platform=$BUILDPLATFORM golang:1.26-alpine as build
+FROM --platform=$BUILDPLATFORM golang:1.26.1-alpine as build
5
6
RUN apk upgrade --no-cache --force
7
RUN apk add --update build-base make git
go.mod
@@ -1,6 +1,6 @@
module github.com/webdevops/go-replace
-go 1.26.0
+go 1.26.1
require (
github.com/Masterminds/sprig/v3 v3.3.0
0 commit comments