Skip to content

Commit

Permalink
TASK-69828: Bump jdbc postgresql driver to 2.4.1
Browse files Browse the repository at this point in the history
(cherry picked from commit adc716f)
  • Loading branch information
hbenali committed Feb 22, 2024
1 parent 4e09375 commit 7b42cdc
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 @@ -40,7 +40,7 @@ ARG DOWNLOAD_URL
# this allow to specifiy a user to download a protected binary
ARG DOWNLOAD_USER
# allow to override the list of addons to package by default
ARG ADDONS="exo-documents-preview-addon:1.0.0 exo-jdbc-driver-mysql:2.0.3 exo-jdbc-driver-postgresql:2.0.0"
ARG ADDONS="exo-documents-preview-addon:1.0.0 exo-jdbc-driver-mysql:2.0.3 exo-jdbc-driver-postgresql:2.4.1"
# Default base directory on the plf archive
ARG ARCHIVE_BASE_DIR=platform-community-${EXO_VERSION}

Expand Down

0 comments on commit 7b42cdc

Please sign in to comment.