Skip to content

Commit

Permalink
chore(deps): update node.js to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 14, 2024
1 parent b0d67e6 commit 8d92649
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:16-alpine3.14 as build-stage
FROM node:18.3.0-alpine3.14 as build-stage

LABEL name "Nezly Docker Build"
LABEL maintainer "KagChi"
Expand All @@ -17,7 +17,7 @@ RUN npm run compile

RUN npm prune --production

FROM node:16-alpine3.14
FROM node:18.3.0-alpine3.14

LABEL name "Nezly Production"
LABEL maintainer "KagChi"
Expand Down

0 comments on commit 8d92649

Please sign in to comment.