Skip to content

Commit

Permalink
Merged in r2-3084-fix-postgres-image (pull request #6966)
Browse files Browse the repository at this point in the history
R2-3084 - Security: Fix openssl version on posgres dockerfile
  • Loading branch information
aespinoza-quoin committed Oct 25, 2024
2 parents bca78f3 + c3c594c commit 6ea0ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/postgres/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FROM ${BUILD_REGISTRY}postgres:${POSTGRES_VERSION}-alpine${ALPINE_VERSION}
# If you are updating `POSTGRES_VERSION` or `ALPINE_VERSION`,
# run: `docker scout cves primero/postgres:my-tag` to verify whether the versions of the security packages
# listed in SECURITY_UPDATED_PACKAGES are still necessary.
ENV SECURITY_UPDATED_PACKAGES="openssl=3.1.7-r0 busybox=1.36.1-r19 libxml2=2.11.8-r0"
ENV SECURITY_UPDATED_PACKAGES="openssl=3.1.7-r1 busybox=1.36.1-r19 libxml2=2.11.8-r0"

RUN set -euox pipefail \
; apk update \
Expand Down

0 comments on commit 6ea0ceb

Please sign in to comment.