Skip to content

Commit

Permalink
container: Use golang 1.18 build image
Browse files Browse the repository at this point in the history
1.16 is no longer supported upstream, and gvisor-tap-vsock fails to
build with it

Signed-off-by: Christophe Fergeau <[email protected]>
  • Loading branch information
cfergeau committed Dec 19, 2022
1 parent 7ff9682 commit 91f1cbb
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 91f1cbb

Please sign in to comment.