Compare commits

...

9 Commits

Author SHA1 Message Date
Carlos Panato
11f5d3d7b4
bump to 5.9.8 2020-01-13 13:54:44 +01:00
Carlos Panato
e9b95bafd2
bump to 5.9.7 2019-12-19 14:24:15 +01:00
Carlos Panato
788336f03c
bump to 5.9.6 2019-10-30 07:32:45 +01:00
Carlos Panato
3bd16d1827
skipping circleci 2019-10-14 14:14:01 +02:00
Carlos Panato
b29eebc215
bump to 5.9.5 2019-10-14 14:11:11 +02:00
Carlos Panato
ce9a1a1ad3
bump alpine version and mm 2019-08-22 09:16:24 +02:00
Carlos Panato
504cff3a31
bump to 5.9.3 2019-07-19 15:35:25 +02:00
Carlos Panato
623c125ed0
bump to 5.9.2 2019-06-21 10:24:54 +02:00
Carlos Panato
4330bd4c14
update to 5.9.1 2019-04-24 11:09:16 +02:00
2 changed files with 16 additions and 2 deletions

14
.circleci/config.yml Normal file
View File

@ -0,0 +1,14 @@
version: 2.1
jobs:
none:
docker:
- image: alpine:3.10
steps:
- run:
command: echo "Skipping. not implemented"
workflows:
version: 2
mainbuild:
jobs:
- none

View File

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