Skip to content

Commit

Permalink
Merge pull request #195 from PrivateBin/alpine-3.20
Browse files Browse the repository at this point in the history
Bump alpine from 3.19.1 to 3.20.0
  • Loading branch information
elrido authored May 23, 2024
2 parents 715fac2 + bb09a19 commit beac003
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19.1
FROM alpine:3.20.0

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"
Expand Down Expand Up @@ -31,9 +31,6 @@ RUN \
if [ -n "${ALPINE_PACKAGES##*php83-mbstring*}" ] ; then \
ALPINE_COMPOSER_PACKAGES="php83-mbstring ${ALPINE_COMPOSER_PACKAGES}" ;\
fi ;\
if [ -z "${ALPINE_PACKAGES##*php83-simplexml*}" ] ; then \
ALPINE_COMPOSER_PACKAGES="php82-simplexml ${ALPINE_COMPOSER_PACKAGES}" ;\
fi ;\
fi \
# Install dependencies
&& apk upgrade --no-cache \
Expand Down

0 comments on commit beac003

Please sign in to comment.