Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:alpine AS js-build
COPY . /build
RUN cd /build/public/shared && yarn install && cd /build/public/front && yarn install

FROM php:8.3-apache
FROM php:8.4-apache

ARG PUID=1000
ARG PGID=1000
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"doctrine/doctrine-bundle": "2.16.2",
"doctrine/doctrine-migrations-bundle": "3.4.2",
"doctrine/migrations": "3.9.4",
"doctrine/orm": "3.5.2",
"doctrine/orm": "3.5.7",
"egulias/email-validator": "4.*",
"endroid/qr-code-bundle": "5.*",
"google/apiclient": "2.*",
Expand Down
Loading
Loading