Bump to latest authelia

This commit is contained in:
IamTheFij 2019-04-17 21:30:17 +00:00
parent 39bf68b172
commit 30cc3d357e
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.13.0
ENV VERSION=v3.14.0
RUN npm install authelia@${VERSION}
EXPOSE 3000