Skip to content

Commit

Permalink
Changed: Update Node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 27, 2024
1 parent 1810fe2 commit fa9e5c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.20.4-alpine AS build
FROM node:20.15.1-alpine AS build

WORKDIR /srv
COPY package*.json /srv/
Expand All @@ -8,7 +8,7 @@ COPY src /srv/src/
RUN npm run tsc
RUN npm ci --production

FROM node:18.20.4-alpine
FROM node:20.15.1-alpine
WORKDIR /srv
COPY --from=build /srv/node_modules /srv/node_modules
COPY --from=build /srv/dist /srv/
Expand Down

0 comments on commit fa9e5c6

Please sign in to comment.