Skip to content

Commit

Permalink
Update php Docker tag to v8.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and P1tt187 committed Jan 22, 2024
1 parent 9f28f1f commit c9a7668
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 @@ -6,7 +6,7 @@ FROM docker.io/bitnami/git:latest@sha256:7984483388f8ef8ec48697f2b5a2099fad97985
COPY --from=node /Lara /Lara
RUN cd /Lara && sh git-create-revisioninfo-hook.sh

FROM php:8.3.1-fpm@sha256:953e43ba087ba8cb694c61ceca3fe02b305f272aeb59ad0558854f99af0ed395
FROM php:8.3.2-fpm@sha256:7404314f9db06301e7b80d5fb5f80ef2266eac2f98f515ef84305c5de54de32a
COPY --from=composer@sha256:d07bd4ed939140ab9ef6e9d862da242cc8b27f3ef14701ca0f739bd287f2452e /usr/bin/composer /usr/bin/composer
RUN docker-php-ext-install -j$(nproc) mysqli
RUN docker-php-ext-install -j$(nproc) pdo
Expand Down

0 comments on commit c9a7668

Please sign in to comment.