Compare commits

...

3 Commits

Author SHA1 Message Date
Carlos Panato
81e263ede1
update to 5.8.2 2019-04-23 18:35:09 +02:00
Carlos Panato
470cbb1ef3
bump to 5.8.1 2019-03-17 14:10:00 +01:00
Carlos Panato
34adb19003
bump base image 2019-03-17 14:09:35 +01:00

View File

@ -1,8 +1,8 @@
FROM alpine:3.7
FROM alpine:3.9
# Some ENV variables
ENV PATH="/mattermost/bin:${PATH}"
ENV MM_VERSION=5.8.0
ENV MM_VERSION=5.8.2
# Build argument to set Mattermost edition
ARG edition=enterprise