Skip to content

Commit d6498a9

Browse files
committed
build: Bump Golang image to 1.23
Signed-off-by: Paulo Gomes <[email protected]>
1 parent 8cca3f5 commit d6498a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Image that provides cross compilation tooling.
22
FROM --platform=$BUILDPLATFORM rancher/mirrored-tonistiigi-xx:1.5.0 AS xx
33

4-
FROM --platform=$BUILDPLATFORM registry.suse.com/bci/golang:1.22 AS builder
4+
FROM --platform=$BUILDPLATFORM registry.suse.com/bci/golang:1.23 AS builder
55

66
# There is no real need for containers to fully comply with the
77
# Filesystem Hierarchy Standard (FHS). However, some applications

0 commit comments

Comments
 (0)