We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1816b3e commit d687d7cCopy full SHA for d687d7c
Dockerfile.upgrade
@@ -1,4 +1,4 @@
1
-FROM livingdocs/postgres:14.0
+FROM livingdocs/postgres:14.1
2
USER root
3
RUN set -e \
4
export DEBIAN_FRONTEND=noninteractive && \
README.md
@@ -37,6 +37,7 @@ docker build -t livingdocs/postgres:14.1 .
37
38
# To build and push the multi-arch manifest to docker hub
39
docker buildx build --platform linux/amd64,linux/arm64 -t livingdocs/postgres:14.1 --push .
40
+docker buildx build --platform linux/amd64,linux/arm64 -t livingdocs/postgres:14.1-upgrade --push -f Dockerfile.upgrade .
41
```
42
43
## Set up streaming replication
0 commit comments