Skip to content

Commit

Permalink
Merge pull request #168 from cfergeau/golang
Browse files Browse the repository at this point in the history
container: Use golang 1.18 build image
  • Loading branch information
praveenkumar authored Dec 20, 2022
2 parents 7ff9682 + 91f1cbb commit 7f0e6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/go-toolset:1.16.12 AS build
FROM registry.access.redhat.com/ubi9/go-toolset:1.18 AS build
WORKDIR $APP_ROOT/src
COPY . .
RUN make
Expand Down

0 comments on commit 7f0e6e6

Please sign in to comment.