Bump authelia version

This commit is contained in:
IamTheFij 2019-04-15 20:21:54 +00:00
parent adb005b9e6
commit 0fe0f7c405
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ RUN mkdir -p /run/authelia
RUN mkdir -p /app/code
WORKDIR /app/code
ENV VERSION=v3.11.0
ENV VERSION=v3.13.0
RUN npm install authelia@${VERSION}
EXPOSE 3000