We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c713067 + adcf194 commit 3e17023Copy full SHA for 3e17023
docker/Dockerfile
@@ -1,9 +1,9 @@
1
-FROM registry.access.redhat.com/ubi9/go-toolset:1.18.9-14
+FROM registry.access.redhat.com/ubi9/go-toolset:1.19.13-4.1697647145
2
3
COPY . .
4
RUN go mod download
5
6
-RUN go build -o ./main
+RUN go build -buildvcs=false -o ./main
7
8
ENV PORT 8081
9
EXPOSE 8081
go.mod
@@ -1,3 +1,3 @@
module github.com/devfile-samples/devfile-sample-go-basic
-go 1.16
+go 1.19
0 commit comments