Skip to content

Commit

Permalink
update node v
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Sep 21, 2024
1 parent 28835b3 commit 42bdbf4
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:14.20.0 as base
FROM node:18.17.1 as base

WORKDIR /var/app

Expand All @@ -16,7 +16,7 @@ FROM base as dependencies
RUN yarn install --non-interactive --frozen-lockfile --ignore-optional --production

### BUILD MINIFIED PRODUCTION ##
FROM node:14.20-alpine as production
FROM node:18.17.1 as production

# Add Tini
ENV TINI_VERSION v0.18.0
Expand Down

0 comments on commit 42bdbf4

Please sign in to comment.