Skip to content

Commit

Permalink
Merge pull request #255 from jotak/bump-ubi8
Browse files Browse the repository at this point in the history
bump ubi8
  • Loading branch information
jotak authored Dec 6, 2022
2 parents 674e0cf + eae6b38 commit 5413a96
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 @@ -25,7 +25,7 @@ COPY pkg/ pkg/

RUN make build-backend

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7

COPY --from=web-builder /opt/app-root/web/dist ./web/dist
COPY --from=go-builder /opt/app-root/plugin-backend ./
Expand Down

0 comments on commit 5413a96

Please sign in to comment.