Skip to content

Commit 4c2b16f

Browse files
committed
updted go version in dockerfile
Signed-off-by: swastik959 <swastik.gour@suse.com>
1 parent a2b61d8 commit 4c2b16f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package/Dockerfile

Lines changed: 2 additions & 2 deletions
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.23 AS builder
4+
FROM --platform=$BUILDPLATFORM registry.suse.com/bci/golang:1.24 AS builder
55

66
# There is no real need for containers to fully comply with the
77
# Filesystem Hierarchy Standard (FHS). However, some applications
@@ -38,7 +38,7 @@ WORKDIR /src
3838
COPY go.sum \
3939
go.mod \
4040
Makefile \
41-
/src
41+
/src/
4242
RUN go mod download
4343

4444
COPY pkg /src/pkg

0 commit comments

Comments
 (0)