Compare commits

...
This repository has been archived on 2021-08-31. You can view files and clone it, but cannot push or open issues or pull requests.

9 Commits

Author SHA1 Message Date
9bbe9cb71a
Upgrade Postgres to 12.7
CERTFR-2021-AVI-381
2021-05-16 16:48:19 +02:00
bb9c315f55
Upgrade Postgre to 12.6
CERTFR-2021-AVI-117
2021-05-10 22:45:16 +02:00
6ce22d0c6a
Merge branch 'release-5.33' into gnous-5.33 2021-05-10 22:44:45 +02:00
4e3182df25
Update Python to 3 2021-04-14 10:14:33 +02:00
2db1b7d36b
Update Postgres image to 12.5 2021-04-14 10:13:36 +02:00
Mmbot
d8bfbfb2a3 Bump version to 5.33.3. 2021-03-31 16:24:45 +00:00
Mmbot
3fbb1bc49d Bump version to 5.33.2. 2021-03-25 16:26:34 +00:00
Mmbot
7e683c329a Bump version to 5.33.1. 2021-03-22 12:12:35 +00:00
Mmbot
a0c8f65ec1 Bump version to 5.33.0. 2021-03-17 17:50:06 +00:00
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ FROM alpine:3.10
# Some ENV variables
ENV PATH="/mattermost/bin:${PATH}"
ENV MM_VERSION=5.31.0
ENV MM_VERSION=5.33.3
ENV MM_INSTALL_TYPE=docker
# Build argument to set Mattermost edition

View File

@ -1,4 +1,4 @@
FROM postgres:9.4-alpine
FROM postgres:12.7-alpine
ENV DEFAULT_TIMEZONE UTC
@ -10,7 +10,7 @@ RUN apk add --no-cache \
libc6-compat \
libffi-dev \
linux-headers \
python-dev \
python3-dev \
py-pip \
py-cryptography \
pv \