Skip to content

Commit d687d7c

Browse files
committed
chore: Add pg_upgrade docker build instructions to README
1 parent 1816b3e commit d687d7c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile.upgrade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM livingdocs/postgres:14.0
1+
FROM livingdocs/postgres:14.1
22
USER root
33
RUN set -e \
44
export DEBIAN_FRONTEND=noninteractive && \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ docker build -t livingdocs/postgres:14.1 .
3737

3838
# To build and push the multi-arch manifest to docker hub
3939
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 .
4041
```
4142

4243
## Set up streaming replication

0 commit comments

Comments
 (0)