Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #751

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading