Merge pull request #143 from PrivateBin/dependabot/docker/alpine-3.17.3

Bump alpine from 3.17.2 to 3.17.3
This commit is contained in:
El RIDO 2023-03-30 08:37:38 +02:00 committed by GitHub
commit 631dc15375
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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