diff --git a/Dockerfile b/Dockerfile index 6e72e74..a938906 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM postgres:13-alpine AS base +FROM postgres:17-alpine AS base # Script to detect whether the database has finished initializing COPY ["true_isready.sh", "/usr/local/bin/"]