Merge pull request #177 from PrivateBin/dependabot/docker/alpine-3.19.0

Bump alpine from 3.18.5 to 3.19.0
This commit is contained in:
El RIDO 2023-12-09 13:18:37 +01:00 committed by GitHub
commit 4cae47e131
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM alpine:3.18.5
FROM alpine:3.19.0
ARG ALPINE_PACKAGES="php82-iconv php82-pdo_mysql php82-pdo_pgsql php82-openssl php82-simplexml"
ARG COMPOSER_PACKAGES="aws/aws-sdk-php google/cloud-storage"