Skip to content

Commit

Permalink
Update druidfi/php Docker tag to v8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 1, 2024
1 parent 9f2dcf6 commit e7fa68d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
ARG PHP_SHORT_VERSION

FROM druidfi/php:7.4 as php-74
FROM druidfi/php:8.3 as php-74

RUN sudo apk --update -X https://dl-cdn.alpinelinux.org/alpine/edge/testing --no-cache add php7-pdo php7-pdo_mysql

FROM druidfi/php:8.0 as php-80
FROM druidfi/php:8.3 as php-80

RUN sudo apk --update --no-cache add php8-pdo php8-pdo_mysql

FROM druidfi/php:8.1 as php-81
FROM druidfi/php:8.3 as php-81

RUN sudo apk --update --no-cache add php81-pdo php81-pdo_mysql

FROM druidfi/php:8.2 as php-82
FROM druidfi/php:8.3 as php-82

RUN sudo apk --update -X https://dl-cdn.alpinelinux.org/alpine/edge/community --no-cache add php82-pdo php82-pdo_mysql

Expand Down

0 comments on commit e7fa68d

Please sign in to comment.