Merge pull request #149 from PrivateBin/dependabot/docker/alpine-3.18.0

Bump alpine from 3.17.3 to 3.18.0
This commit is contained in:
El RIDO 2023-05-10 15:40:35 +02:00 committed by GitHub
commit d7f8653f20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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