Skip to content

Commit 42d8f28

Browse files
authored
Merge pull request #10 from schultzp2020/api-990
Update go image to go-toolset
2 parents d097270 + 275f118 commit 42d8f28

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile

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

33
WORKDIR /app
44

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/schultzp2020/devfile-starter-projects/go
1+
module github.com/devfile-samples/devfile-sample-go-basic
22

33
go 1.16

0 commit comments

Comments
 (0)