diff --git a/Dockerfile b/Dockerfile index ad6e40c..fcadaa9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.19.0 +FROM alpine:3.19.1 ARG ALPINE_PACKAGES="php83-iconv php83-pdo_mysql php83-pdo_pgsql php83-openssl php83-simplexml" ARG COMPOSER_PACKAGES="aws/aws-sdk-php google/cloud-storage"