bump to 4.10.3
This commit is contained in:
parent
5e3decc5d8
commit
48a495ac16
@ -2,7 +2,7 @@ FROM alpine:3.9
|
|||||||
|
|
||||||
# Some ENV variables
|
# Some ENV variables
|
||||||
ENV PATH="/mattermost/bin:${PATH}"
|
ENV PATH="/mattermost/bin:${PATH}"
|
||||||
ENV MM_VERSION=4.10.2
|
ENV MM_VERSION=4.10.3
|
||||||
|
|
||||||
# Build argument to set Mattermost edition
|
# Build argument to set Mattermost edition
|
||||||
ARG edition=enterprise
|
ARG edition=enterprise
|
||||||
@ -33,7 +33,7 @@ RUN mkdir -p /mattermost/data \
|
|||||||
# Get ready for production
|
# Get ready for production
|
||||||
RUN addgroup -g ${PGID} mattermost \
|
RUN addgroup -g ${PGID} mattermost \
|
||||||
&& adduser -D -u ${PUID} -G mattermost -h /mattermost -D mattermost \
|
&& adduser -D -u ${PUID} -G mattermost -h /mattermost -D mattermost \
|
||||||
&& chown -R mattermost:mattermost /mattermost /config.json.save
|
&& chown -R mattermost:mattermost /mattermost /config.json.save
|
||||||
|
|
||||||
USER mattermost
|
USER mattermost
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user