Skip to content

Commit 50863ab

Browse files
fix(container): update container image registry.access.redhat.com/ubi9/nginx-120 to 393c9de
1 parent e8a0398 commit 50863ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

object-lease-console-plugin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN yarn install --frozen-lockfile || yarn install \
88
&& yarn build
99

1010
# Runtime stage: serve plugin assets over HTTPS with service certs
11-
FROM registry.access.redhat.com/ubi9/nginx-120:latest@sha256:99d8a1d13835606114bb7785056793903c8739b7e1213b549f82ef30e0d51e5d
11+
FROM registry.access.redhat.com/ubi9/nginx-120:latest@sha256:393c9de4eadf1bce735c04ce516702c961e229959ab952afa655f515f8418a56
1212
# Copy build
1313
COPY --from=builder /opt/app/dist/ /opt/app-root/src/
1414
COPY run.sh /usr/local/bin/run.sh

0 commit comments

Comments
 (0)