Skip to content

Commit

Permalink
feat: update node 20 and packages (#153)
Browse files Browse the repository at this point in the history
* feat: update node 20 and packages

* feat: update node 20 and packages

* feat: update package-lock

* fix: async-retry

* fix: dotenv

* fix: dotenv
  • Loading branch information
CasLubbers authored Dec 11, 2024
1 parent 5fdb4d9 commit 39581bf
Show file tree
Hide file tree
Showing 5 changed files with 5,702 additions and 13,917 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.20.4
v20
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# --------------- Dev stage for developers to override sources
FROM node:18.20.4-alpine as dev
FROM node:20.18.0-alpine as dev
ARG NPM_TOKEN
RUN test -n "$NPM_TOKEN"

Expand Down Expand Up @@ -34,7 +34,7 @@ FROM dev as clean
# below command removes the packages specified in devDependencies and set NODE_ENV to production
RUN npm prune --production
# --------------- Production stage
FROM node:18.20.4-alpine AS prod
FROM node:20.18.0-alpine AS prod

COPY --from=dev /usr/local/bin/node /usr/bin/
COPY --from=dev /usr/lib/libgcc* /usr/lib/
Expand Down
Loading

0 comments on commit 39581bf

Please sign in to comment.