Skip to content

Commit 7f87e35

Browse files
committed
use postgres:15.8 as base image
1 parent b79505d commit 7f87e35

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

image/Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM postgres:14.5
1+
FROM postgres:15.8
22

33
ADD . /app
44

@@ -7,9 +7,6 @@ RUN apt update -y \
77
&& apt install -y awscli \
88
&& apt install -y python3-pip
99

10-
RUN pip install --upgrade pip \
11-
&& pip install --upgrade awscli
12-
1310
WORKDIR /app
1411

1512
CMD ["bash","cnpg-backup.sh"]

0 commit comments

Comments
 (0)