Change dunglas/frankenphp base image to something more recent
All checks were successful
Create Docker Image / Test Application (x86_64) (push) Successful in 34s
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 1m23s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 3m32s
Create Docker Image / Final Docker Image Manifest (push) Successful in 10s

This commit is contained in:
Deon George 2025-01-12 21:34:21 +11:00
parent 9d97bb0f96
commit 6fcb8911a1

View File

@ -1,4 +1,4 @@
FROM dunglas/frankenphp:latest-php8.3-alpine
FROM dunglas/frankenphp:php8.3-alpine
# Base
RUN apk add --no-cache bash