Skip to content

Commit

Permalink
adding new versions of node
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieupelatan committed Dec 8, 2023
1 parent 78ccc51 commit 78dcfc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM node:14

FROM --platform=linux/amd64 node:20
WORKDIR /app

COPY code/day2-operations/source/day2-approuter/package.json .
Expand Down
2 changes: 1 addition & 1 deletion code/day2-operations/deployment/docker/Dockerfile-day2-ui
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build stage
FROM node:14-alpine as build-stage
FROM --platform=linux/amd64 node:18-alpine as build-stage
WORKDIR /app
COPY code/day2-operations/source/day2-ui/package*.json ./
RUN npm install
Expand Down

0 comments on commit 78dcfc2

Please sign in to comment.