File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Build
2
- FROM node:22.14.0 -slim AS build
2
+ FROM node:22.15.1 -slim AS build
3
3
4
4
# Copy, build static files; see .dockerignore for exclusions
5
5
WORKDIR /app
6
6
COPY . ./
7
7
RUN npm run deploy
8
8
9
9
# Dependencies
10
- FROM node:22.14.0 -slim AS dependencies
10
+ FROM node:22.15.1 -slim AS dependencies
11
11
12
12
# Copy, build static files; see .dockerignore for exclusions
13
13
WORKDIR /app
Original file line number Diff line number Diff line change 81
81
"reflect-metadata" : " ^0.2.2"
82
82
},
83
83
"volta" : {
84
- "node" : " 22.14 .0"
84
+ "node" : " 22.16 .0"
85
85
}
86
86
}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ COPY . ./
7
7
RUN npm run deploy
8
8
9
9
# Deploy using Caddy to host static files
10
- FROM caddy:2.9.1 -alpine
10
+ FROM caddy:2.10.0 -alpine
11
11
RUN apk add --no-cache ca-certificates
12
12
13
13
# Copy static files, verify Caddyfile formatting
You can’t perform that action at this time.
0 commit comments