mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 05:31:24 +00:00
Pin PHP version to 8.4 in development Dockerfile
This commit is contained in:
@@ -3,7 +3,7 @@ FROM --platform=$BUILDPLATFORM node AS static_builder
|
|||||||
COPY . /var/www/html
|
COPY . /var/www/html
|
||||||
RUN yarn && yarn build
|
RUN yarn && yarn build
|
||||||
|
|
||||||
FROM serversideup/php:8-fpm-alpine AS base
|
FROM serversideup/php:8.4-fpm-alpine AS base
|
||||||
USER root
|
USER root
|
||||||
RUN apk add --no-cache sqlite
|
RUN apk add --no-cache sqlite
|
||||||
RUN install-php-extensions exif
|
RUN install-php-extensions exif
|
||||||
|
|||||||
Reference in New Issue
Block a user