bump version to v2.2.2

This commit is contained in:
greg2010 2023-02-24 23:49:41 -05:00
parent 8c74edbcf1
commit 10c21b1bda
No known key found for this signature in database
GPG key ID: 900A237110AFCA71
3 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ RUN composer self-update 2.1.8
RUN composer install
FROM trafex/alpine-nginx-php7:ba1dd422
RUN apk update && apk add --no-cache busybox-suid sudo php7-redis php7-pdo php7-pdo_mysql php7-fileinfo shadow gettext bash apache2-utils
RUN apk update && apk add --no-cache busybox-suid sudo php7-redis php7-pdo php7-pdo_mysql php7-fileinfo php7-event shadow gettext bash apache2-utils
COPY static/nginx/nginx.conf /etc/nginx/templateNginx.conf
# we need to create sites_enabled directory in order for entrypoint.sh being able to copy file after envsubst