Skip to content

Commit a666a05

Browse files
chore(deps): update all non-major dependencies (#6)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e5adc25 commit a666a05

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

backend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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
66
COPY . ./
77
RUN npm run deploy
88

99
# Dependencies
10-
FROM node:22.14.0-slim AS dependencies
10+
FROM node:22.15.1-slim AS dependencies
1111

1212
# Copy, build static files; see .dockerignore for exclusions
1313
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)