Skip to content

Commit

Permalink
[Bump Node] Bumped Node to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
LaChope committed Nov 29, 2023
1 parent 18def7e commit 022910c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BASE STAGE
# Prepare node, copy package.json
FROM node:14 AS base
FROM node:16 AS base
WORKDIR /usr/src/app
COPY package.json package-lock.json ./

Expand Down

0 comments on commit 022910c

Please sign in to comment.