diff --git a/Dockerfile b/Dockerfile index c2221ad..364ddc0 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM docker.io/debian:bookworm ENV PG_VERSION=15 -ENV NODE_MAJOR=18 +ENV NODE_MAJOR=20 ENV PG_BIN=/usr/lib/postgresql/$PG_VERSION/bin ENV PG_DIR=/var/lib/postgresql/$PG_VERSION/main RUN apt update;apt install -y bash curl openssl postgresql postgresql-contrib ffmpeg git python3 build-essential nginx redis unzip wget procps