From b5ea7fa4d1dc7b5f1421d6ccbb00f439ce9d9beb Mon Sep 17 00:00:00 2001 From: verita84 Date: Sun, 8 Oct 2023 21:16:57 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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