We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8160e2c commit ba62e92Copy full SHA for ba62e92
Dockerfile
@@ -7,7 +7,7 @@ RUN echo https://dl-cdn.alpinelinux.org/alpine/edge/testing >> /etc/apk/reposito
7
RUN apk update \
8
&& apk add --no-cache \
9
bash \
10
- postgresql12-client \
+ postgresql14-client \
11
py3-magic \
12
py3-dateutil \
13
s3cmd
docker-compose.yml
@@ -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
14
volumes_from:
15
- data
16
ports:
0 commit comments