Skip to content

Commit

Permalink
Merge pull request #102 from mesoform/patch/SEC-178/snyk
Browse files Browse the repository at this point in the history
Updates postgres version on Dockerfile to resolve vulnerability alerts
  • Loading branch information
danperezsan authored Dec 17, 2024
2 parents 20dd7ee + e28b412 commit bbeaed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN set -ex \
&& install main/pg/wal-g / \
&& /wal-g --help

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

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

0 comments on commit bbeaed1

Please sign in to comment.