memex-in commited on
Commit
979ffdd
·
verified ·
1 Parent(s): 69813ab

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Use the remixproject/remix-ide image as the base image
2
- FROM node:19-alpine
3
  RUN apk update
4
  RUN apk add git
5
  RUN git clone https://github.com/ethereum/remix-project.git
 
1
  # Use the remixproject/remix-ide image as the base image
2
+ FROM node:20-alpine
3
  RUN apk update
4
  RUN apk add git
5
  RUN git clone https://github.com/ethereum/remix-project.git