Skip to content

Commit

Permalink
update docker image go-toolset
Browse files Browse the repository at this point in the history
  • Loading branch information
jotak committed Aug 2, 2022
1 parent 4eed474 commit 3bf911f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY mocks mocks

RUN NPM_INSTALL=ci make build-frontend

FROM registry.access.redhat.com/ubi8/go-toolset:1.17.7 as go-builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.17 as go-builder

WORKDIR /opt/app-root

Expand Down

0 comments on commit 3bf911f

Please sign in to comment.