We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a0398 commit 50863abCopy full SHA for 50863ab
1 file changed
object-lease-console-plugin/Dockerfile
@@ -8,7 +8,7 @@ RUN yarn install --frozen-lockfile || yarn install \
8
&& yarn build
9
10
# Runtime stage: serve plugin assets over HTTPS with service certs
11
-FROM registry.access.redhat.com/ubi9/nginx-120:latest@sha256:99d8a1d13835606114bb7785056793903c8739b7e1213b549f82ef30e0d51e5d
+FROM registry.access.redhat.com/ubi9/nginx-120:latest@sha256:393c9de4eadf1bce735c04ce516702c961e229959ab952afa655f515f8418a56
12
# Copy build
13
COPY --from=builder /opt/app/dist/ /opt/app-root/src/
14
COPY run.sh /usr/local/bin/run.sh
0 commit comments