Merge pull request #139 from PrivateBin/dependabot/docker/alpine-3.17.2

Bump alpine from 3.17.1 to 3.17.2
This commit is contained in:
El RIDO 2023-02-13 08:27:20 +01:00 committed by GitHub
commit 087acc8b56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM alpine:3.17.1
FROM alpine:3.17.2
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"