Skip to content

Commit

Permalink
upgrade docker file dependancy libpq-dev to 13.19-0+deb11u1 for secur…
Browse files Browse the repository at this point in the history
…ity reasons
  • Loading branch information
saudf committed Feb 15, 2025
1 parent aa89740 commit b50d1fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Security-20250215-174553.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Security
body: upgrade libpq-dev to version 13.19-0+deb11u1 to resolve CVE-2025-1094
time: 2025-02-15T17:45:53.0371582+03:00
custom:
Author: saudf
Issue: "11314"
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update \
build-essential=12.9 \
ca-certificates=20210119 \
git=1:2.30.2-1+deb11u2 \
libpq-dev=13.18-0+deb11u1 \
libpq-dev=13.19-0+deb11u1 \
make=4.3-4.1 \
openssh-client=1:8.4p1-5+deb11u3 \
software-properties-common=0.96.20.2-2.1 \
Expand Down

0 comments on commit b50d1fe

Please sign in to comment.