File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN cd libs && npm ci && cd .. && \
1717
1818
1919# Deploy container
20- FROM caddy:2.8.4 -alpine
20+ FROM caddy:2.10.0 -alpine
2121
2222# Copy over Caddyfile and static content
2323ARG build_dir
Original file line number Diff line number Diff line change 11# RedHat UBI 8 with nodejs 20
2- FROM registry.access.redhat.com/ubi8/nodejs-20:1-71.1735831626 AS builder
2+ FROM registry.access.redhat.com/ubi8/nodejs-20:1-1759940672 AS builder
33
44# Install packages, build and keep only prod packages
55WORKDIR /app
@@ -11,7 +11,7 @@ RUN dnf install -y ca-certificates && \
1111
1212
1313# Deployment container
14- FROM registry.access.redhat.com/ubi8/ubi:8.10-1161
14+ FROM registry.access.redhat.com/ubi8/ubi:8.10-1759868560
1515
1616# Node packages and dependencies
1717COPY --from=builder /usr/bin/node /usr/bin/
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN cd libs && npm ci && cd .. && \
1616
1717
1818# Deploy container
19- FROM caddy:2.8.4 -alpine
19+ FROM caddy:2.10.0 -alpine
2020
2121# Copy over Caddyfile and static content
2222ARG build_dir
You can’t perform that action at this time.
0 commit comments