Browse Source

Merge 942b9ecd52 into d96bbaf42c

pull/7674/merge
LuisPerisVidal 2 weeks ago
committed by GitHub
parent
commit
c920840fac
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. 2
      dev/containers/Dockerfile

2
dev/containers/Dockerfile

@ -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