diff --git a/.node-version b/.node-version index e2228113..442c7587 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -22.19.0 +22.20.0 diff --git a/Dockerfile b/Dockerfile index 61959920..b424fe27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:22.19.0-slim AS base +FROM node:22.20.0-slim AS base ARG DATABASE_USER='' ARG DATABASE_PASSWORD=''