We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bbd462 commit a694aadCopy full SHA for a694aad
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=$TARGETPLATFORM php:8.3-alpine AS seat-core
+FROM php:8.4-alpine AS seat-core
2
3
# Composer
4
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-
13
php -r "file_exists('.env') || copy('.env.example', '.env');" && \
14
mv /tmp/seat-version /seat/storage/version
15
16
-FROM --platform=$TARGETPLATFORM php:8.3-apache-bookworm AS seat
+FROM php:8.4-apache-bookworm AS seat
17
18
# OS Packages
19
# - networking diagnose tools
0 commit comments