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 0056242 commit e5cf469Copy full SHA for e5cf469
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:01cebb3515239cecfe3e3443e5cf040f892429e401d241e844698588ee2a3424
+FROM registry.access.redhat.com/ubi9/nginx-120:latest@sha256:99d8a1d13835606114bb7785056793903c8739b7e1213b549f82ef30e0d51e5d
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