Skip to content

Commit 97338fd

Browse files
authored
Merge pull request devfile-samples#16 from yangcao77/update-go-image
update to static image version
2 parents b9bcef1 + c7323d0 commit 97338fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/go-toolset:latest
1+
FROM registry.access.redhat.com/ubi9/go-toolset:1.18.9-14
22

33
COPY go.mod ./
44
RUN go mod download

0 commit comments

Comments
 (0)