Skip to content

Commit a694aad

Browse files
authored
chore: bump to php 8.4
1 parent 2bbd462 commit a694aad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$TARGETPLATFORM php:8.3-alpine AS seat-core
1+
FROM php:8.4-alpine AS seat-core
22

33
# Composer
44
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin \
@@ -13,7 +13,7 @@ RUN composer create-project eveseat/seat:^5.0 --stability dev --no-scripts --no-
1313
php -r "file_exists('.env') || copy('.env.example', '.env');" && \
1414
mv /tmp/seat-version /seat/storage/version
1515

16-
FROM --platform=$TARGETPLATFORM php:8.3-apache-bookworm AS seat
16+
FROM php:8.4-apache-bookworm AS seat
1717

1818
# OS Packages
1919
# - networking diagnose tools

0 commit comments

Comments
 (0)