Skip to content

Commit

Permalink
Upgrade to postgres 14.
Browse files Browse the repository at this point in the history
  • Loading branch information
devon-sil committed Mar 6, 2024
1 parent 07b3d5d commit 5dd88fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN echo https://dl-cdn.alpinelinux.org/alpine/edge/testing >> /etc/apk/reposito
RUN apk update \
&& apk add --no-cache \
bash \
postgresql12-client \
postgresql14-client \
py3-magic \
py3-dateutil \
s3cmd
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
# POSTGRES_USER - superuser (default is 'postgres')
# POSTGRES_DB - name of default database (default is value of POSTGRES_USER)
db:
image: postgres:11.15-alpine3.15
image: postgres:14.11-alpine3.19
volumes_from:
- data
ports:
Expand Down

0 comments on commit 5dd88fb

Please sign in to comment.