Skip to content

Commit

Permalink
Upgrade postgres client (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
luccasmmg authored Dec 4, 2024
1 parent 0e3d048 commit 337bdd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ckan-backend-dev/ckan/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ RUN apk --update add build-base libxslt-dev python3-dev

# Fixing security vulnerabilities
RUN apk --update add git
RUN apk add postgresql15-client=15.10-r0
RUN apk add libpq=15.10-r0
RUN pip install --force-reinstall -v "Pillow==11.0.0"

RUN apk add --virtual .build-deps \
Expand Down
2 changes: 2 additions & 0 deletions deployment/ckan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ RUN chmod 777 ${APP_DIR}/src/ckanext-s3filestore
# Required by shapely dependency
RUN apk --update add build-base libxslt-dev python3-dev
RUN apk update
RUN apk add postgresql15-client=15.10-r0
RUN apk add libpq=15.10-r0
RUN apk add git=2.40.3-r0

RUN pip install --force-reinstall -v "Pillow==11.0.0"
Expand Down

0 comments on commit 337bdd6

Please sign in to comment.