I changed the version from 18 to 20 to make it consistent with the Dockerfile in the build folder.

pull/7674/head
LuisPerisVidal 6 months ago committed by GitHub
parent d96bbaf42c
commit 942b9ecd52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,7 +1,7 @@
# -- DEV DOCKERFILE --
# -- DO NOT USE IN PRODUCTION! --
FROM node:18
FROM node:20
LABEL maintainer "requarks.io"
RUN apt-get update && \

Loading…
Cancel
Save