new version dockerfile

This commit is contained in:
giandonato.inverso@edempg.it
2022-09-28 16:23:44 +02:00
parent 16327a0e0a
commit 7d7c326795
+1 -1
View File
@@ -1,5 +1,5 @@
FROM php:7.4.21-apache
ARG APP_VERSION=v1.0.4
ARG APP_VERSION=v1.0.5
RUN apt-get update && \
apt-get install -y --no-install-recommends less nano tini curl tar git zip unzip && \