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 25b06a6 commit 4b10fcbCopy full SHA for 4b10fcb
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:7559eaa667fca92b41dd4d9481a1ac070f112c767b1ad24e499bc05cbadb79ee
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