Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 29, 2025
1 parent 1316b7f commit 6c6c721
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion admin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN cd libs && npm ci && cd .. && \


# Deploy container
FROM caddy:2.8.4-alpine
FROM caddy:2.9.1-alpine

# Copy over Caddyfile and static content
ARG build_dir
Expand Down
4 changes: 2 additions & 2 deletions api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RedHat UBI 8 with nodejs 20
FROM registry.access.redhat.com/ubi8/nodejs-20:1-71.1735831626 AS builder
FROM registry.access.redhat.com/ubi8/nodejs-20:1-72 AS builder

# Install packages, build and keep only prod packages
WORKDIR /app
Expand All @@ -11,7 +11,7 @@ RUN dnf install -y ca-certificates && \


# Deployment container
FROM registry.access.redhat.com/ubi8/ubi:8.10-1161
FROM registry.access.redhat.com/ubi8/ubi:8.10-1184

# Node packages and dependencies
COPY --from=builder /usr/bin/node /usr/bin/
Expand Down
8 changes: 4 additions & 4 deletions libs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"jest-sonar-reporter": "^2.0.0",
"ts-jest": "^29.1.0",
"ts-node": "~9.1.1",
"typescript": "~5.1.6"
"typescript": "~5.7.0"
},
"jest": {
"moduleFileExtensions": [
Expand Down
2 changes: 1 addition & 1 deletion public/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN cd libs && npm ci && cd .. && \


# Deploy container
FROM caddy:2.8.4-alpine
FROM caddy:2.9.1-alpine

# Copy over Caddyfile and static content
ARG build_dir
Expand Down

0 comments on commit 6c6c721

Please sign in to comment.