diff --git a/postgres/Dockerfile b/postgres/Dockerfile index 83ba495f..a08a4884 100644 --- a/postgres/Dockerfile +++ b/postgres/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM postgres:16.3-bookworm +FROM postgres:17.4-bookworm ENV POSTGRES_DB=mydatabase ENV POSTGRES_USER=myuser diff --git a/postgres/raw/Dockerfile b/postgres/raw/Dockerfile index cf7ff535..434c1b1d 100644 --- a/postgres/raw/Dockerfile +++ b/postgres/raw/Dockerfile @@ -1,4 +1,4 @@ -FROM postgres:16-alpine +FROM postgres:17.4-alpine3.21 # Copy the SQL files to the container RUN mkdir -v /sql