Skip to content

Commit ba62e92

Browse files
committed
Upgrade to postgres 14.
1 parent 8160e2c commit ba62e92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN echo https://dl-cdn.alpinelinux.org/alpine/edge/testing >> /etc/apk/reposito
77
RUN apk update \
88
&& apk add --no-cache \
99
bash \
10-
postgresql12-client \
10+
postgresql14-client \
1111
py3-magic \
1212
py3-dateutil \
1313
s3cmd

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
# POSTGRES_USER - superuser (default is 'postgres')
1111
# POSTGRES_DB - name of default database (default is value of POSTGRES_USER)
1212
db:
13-
image: postgres:11.15-alpine3.15
13+
image: postgres:14.11-alpine3.19
1414
volumes_from:
1515
- data
1616
ports:

0 commit comments

Comments
 (0)