Skip to content

Commit e0a3840

Browse files
authored
Merge pull request #105 from mesoform/patch/SEC-218/snyk_alerts
Upgrades postgres image to resolve security vulnerabilities
2 parents 17a186a + e202552 commit e0a3840

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.15-alpine3.19
18+
FROM postgres:14.15-alpine3.21
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)