Skip to content

Commit e5cf469

Browse files
fix(container): update container image registry.access.redhat.com/ubi9/nginx-120 to 99d8a1d (#69)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0056242 commit e5cf469

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:01cebb3515239cecfe3e3443e5cf040f892429e401d241e844698588ee2a3424
11+
FROM registry.access.redhat.com/ubi9/nginx-120:latest@sha256:99d8a1d13835606114bb7785056793903c8739b7e1213b549f82ef30e0d51e5d
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)