Skip to content

Commit b427847

Browse files
chore(deps): update all non-major dependencies
1 parent b0454c6 commit b427847

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

admin/Dockerfile

+1-1
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.9.1-alpine
2121

2222
# Copy over Caddyfile and static content
2323
ARG build_dir

api/Dockerfile

+2-2
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-72.1740654121 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-1184.1739756802
1515

1616
# Node packages and dependencies
1717
COPY --from=builder /usr/bin/node /usr/bin/

libs/package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"jest-sonar-reporter": "^2.0.0",
2727
"ts-jest": "^29.1.0",
2828
"ts-node": "~9.1.1",
29-
"typescript": "~5.1.6"
29+
"typescript": "~5.8.0"
3030
},
3131
"jest": {
3232
"moduleFileExtensions": [

public/Dockerfile

+1-1
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.9.1-alpine
2020

2121
# Copy over Caddyfile and static content
2222
ARG build_dir

0 commit comments

Comments
 (0)