fix: add node 18 + 20 compatibility
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# -- DEV DOCKERFILE --
|
||||
# -- DO NOT USE IN PRODUCTION! --
|
||||
|
||||
FROM node:14
|
||||
FROM node:18
|
||||
LABEL maintainer "requarks.io"
|
||||
|
||||
RUN apt-get update && \
|
||||
|
@@ -5,7 +5,7 @@ version: "3"
|
||||
services:
|
||||
db:
|
||||
container_name: wiki-db
|
||||
image: postgres:9-alpine
|
||||
image: postgres:15-alpine
|
||||
environment:
|
||||
POSTGRES_DB: wiki
|
||||
POSTGRES_PASSWORD: wikijsrocks
|
||||
|
Reference in New Issue
Block a user