diff --git a/docker/Dockerfile b/docker/Dockerfile index 17f1fd6..d71e09b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,5 +1,5 @@ FROM php:7.4.21-apache -ARG APP_VERSION=v1.0.0Do +ARG APP_VERSION=v1.0.4 RUN apt-get update && \ apt-get install -y --no-install-recommends less nano tini curl tar git zip unzip && \