Skip to content

Commit

Permalink
Update node version to 17 in Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
nharraud committed Dec 20, 2021
1 parent c8806be commit 30fd6df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.1
FROM node:17

RUN apt-get update

Expand Down
2 changes: 1 addition & 1 deletion docker/frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:15
FROM node:17

RUN apt-get update

Expand Down

0 comments on commit 30fd6df

Please sign in to comment.