Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.

Commit 5eded17

Browse files
chore(deps): update all non-major dependencies
1 parent b6861d9 commit 5eded17

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

backend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build
2-
FROM node:22.14.0-slim AS build
2+
FROM node:22.15.1-slim AS build
33

44
# Copy, build static files; see .dockerignore for exclusions
55
WORKDIR /app
@@ -8,7 +8,7 @@ ENV PRISMA_CLI_BINARY_TARGETS=debian-openssl-3.0.x
88
RUN npm run deploy
99

1010
# Dependencies
11-
FROM node:22.14.0-slim AS dependencies
11+
FROM node:22.15.1-slim AS dependencies
1212

1313
# Copy, build static files; see .dockerignore for exclusions
1414
WORKDIR /app

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@
8181
"reflect-metadata": "^0.2.2"
8282
},
8383
"volta": {
84-
"node": "22.14.0"
84+
"node": "22.16.0"
8585
}
8686
}

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY . ./
77
RUN npm run deploy
88

99
# Deploy using Caddy to host static files
10-
FROM caddy:2.9.1-alpine
10+
FROM caddy:2.10.0-alpine
1111
RUN apk add --no-cache ca-certificates
1212

1313
# Copy static files, verify Caddyfile formatting

0 commit comments

Comments
 (0)