php 7.2 vuluns
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-07-03 14:07:59 +02:00
parent 4ef06d31c2
commit fab87c1577
2 changed files with 50 additions and 50 deletions

View File

@ -53,8 +53,8 @@ ARG ENVIRONMENT=production
# install system libs
RUN apk update && apk add --no-cache libintl c-client libpng icu-libs libldap libpq libjpeg freetype libzip shadow sudo wget bash git openssh supervisor nginx openssl zip
# update curl (CVE-2021-22901)
RUN apk del curl && apk add curl
# force apk upgrade, clear apk cache
RUN apk upgrade && rm -rf /var/cache/apk/*
ENV DIR /var/www
ENV DOCKERIZE_VERSION v0.6.1