Skip to content

Commit c494faa

Browse files
committed
PGSQL version select
1 parent 42c698e commit c494faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ RUN set -ex \
1616
openssl \
1717
postgresql \
1818
postgresql-dev \
19+
php82-pdo_pgsql=8.2.16-r0 \
1920
jpeg-dev \
2021
libpng-dev \
2122
libjpeg-turbo \
@@ -27,7 +28,6 @@ RUN set -ex \
2728
docker-php-ext-install gd ctype pdo pdo_pgsql pcntl exif zip intl && \
2829
rm /var/cache/apk/* && rm -rf /tmp/pear
2930

30-
3131
# Configure nginx
3232
COPY config/nginx.conf /etc/nginx/nginx.conf
3333

0 commit comments

Comments
 (0)