diff --git a/Dockerfile b/Dockerfile index b298819..dd3bf0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN mkdir -p /run/authelia RUN mkdir -p /app/code WORKDIR /app/code -ENV VERSION=v3.13.0 +ENV VERSION=v3.14.0 RUN npm install authelia@${VERSION} EXPOSE 3000