Skip to content

Commit 17a186a

Browse files
authored
Merge pull request #104 from mesoform/pg-v14
Updates postgres version on Dockerfile to resolve vulnerability alerts
2 parents 885ccd7 + c61b113 commit 17a186a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN set -ex \
1515
&& install main/pg/wal-g / \
1616
&& /wal-g --help
1717

18-
FROM postgres:14.12-alpine3.18
18+
FROM postgres:14.15-alpine3.19
1919

2020
RUN apk add --update iputils htop curl busybox-suid jq \
2121
&& curl -sOL https://cronitor.io/dl/linux_amd64.tar.gz \

0 commit comments

Comments
 (0)