diff --git a/Containers/postgresql/Dockerfile b/Containers/postgresql/Dockerfile index 43cb2130..a4ab0fc5 100644 --- a/Containers/postgresql/Dockerfile +++ b/Containers/postgresql/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:latest -# From https://github.com/docker-library/postgres/blob/master/15/alpine/Dockerfile +# From https://github.com/docker-library/postgres/blob/master/16/alpine3.20/Dockerfile FROM postgres:16.3-alpine COPY --chmod=775 start.sh /start.sh diff --git a/Containers/redis/Dockerfile b/Containers/redis/Dockerfile index 3bff0e1f..de776cbc 100644 --- a/Containers/redis/Dockerfile +++ b/Containers/redis/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:latest -# From https://github.com/docker-library/redis/blob/master/7.0/alpine/Dockerfile +# From https://github.com/docker-library/redis/blob/master/7.2/alpine/Dockerfile FROM redis:7.2.5-alpine COPY --chmod=775 start.sh /start.sh