Skip to content

Commit

Permalink
Bump ubi-9.2 (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
jotak authored Jun 2, 2023
1 parent f01f7f9 commit 88a9ace
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 @@ -35,7 +35,7 @@ COPY pkg/ pkg/

RUN CGO_ENABLED=0 GOARCH=$TARGETARCH make build-backend

FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:9.1
FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:9.2

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 88a9ace

Please sign in to comment.