Skip to content

Commit 0d5cbc5

Browse files
chore(deps): update infrastructure updates
1 parent dcfee43 commit 0d5cbc5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

admin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2323
ARG build_dir

api/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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-1760372807 AS builder
33

44
# Install packages, build and keep only prod packages
55
WORKDIR /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
1717
COPY --from=builder /usr/bin/node /usr/bin/

public/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2222
ARG build_dir

0 commit comments

Comments
 (0)