diff --git a/12/Dockerfile b/12/Dockerfile index 43eb873..d608ab7 100644 --- a/12/Dockerfile +++ b/12/Dockerfile @@ -1,4 +1,4 @@ -FROM bfren/alpine-s6:alpine3.17-4.4.4 +FROM bfren/alpine-s6:alpine3.17-4.4.5 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/13/Dockerfile b/13/Dockerfile index aaf2739..5833771 100644 --- a/13/Dockerfile +++ b/13/Dockerfile @@ -1,4 +1,4 @@ -FROM bfren/alpine-s6:alpine3.17-4.4.4 +FROM bfren/alpine-s6:alpine3.17-4.4.5 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/14/Dockerfile b/14/Dockerfile index 7c51e52..c442072 100644 --- a/14/Dockerfile +++ b/14/Dockerfile @@ -1,4 +1,4 @@ -FROM bfren/alpine-s6:alpine3.17-4.4.4 +FROM bfren/alpine-s6:alpine3.17-4.4.5 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/15/Dockerfile b/15/Dockerfile index 658a69d..6cc2f22 100644 --- a/15/Dockerfile +++ b/15/Dockerfile @@ -1,4 +1,4 @@ -FROM bfren/alpine-s6:alpine3.17-4.4.4 +FROM bfren/alpine-s6:alpine3.17-4.4.5 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/LICENSE b/LICENSE index d41fec2..42e7058 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-2022 bfren +Copyright (c) 2021-2023 bfren Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 5df7321..26aa0d5 100644 --- a/README.md +++ b/README.md @@ -70,4 +70,4 @@ See [For Backups](#for-backups) for configuration variables. ## Copyright -> Copyright (c) 2021-2022 [bfren](https://bfren.dev) (unless otherwise stated) +> Copyright (c) 2021-2023 [bfren](https://bfren.dev) (unless otherwise stated) diff --git a/VERSION b/VERSION index fd06a92..3b26524 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.4 \ No newline at end of file +2.3.5 \ No newline at end of file diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index 53837ec..09907d7 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_REVISION="4.4.4" +BASE_REVISION="4.4.5" echo "Base: ${BASE_REVISION}" POSTGRESQL_VERSIONS="12 13 14 15"