Skip to content

Commit 275f118

Browse files
committed
Update go image to go-toolset
Signed-off-by: Paul Schultz <pschultz@pobox.com>
1 parent d097270 commit 275f118

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)