Skip to content

Commit 1d32d35

Browse files
Changed: Update Node.js to v18.20.7 (#167)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b44afe2 commit 1d32d35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18.20.6-alpine AS build
1+
FROM node:18.20.7-alpine AS build
22

33
WORKDIR /srv
44
COPY package*.json /srv/
@@ -8,7 +8,7 @@ COPY src /srv/src/
88
RUN npm run tsc
99
RUN npm ci --production
1010

11-
FROM node:18.20.6-alpine
11+
FROM node:18.20.7-alpine
1212
WORKDIR /srv
1313
COPY --from=build /srv/node_modules /srv/node_modules
1414
COPY --from=build /srv/dist /srv/

0 commit comments

Comments
 (0)