Skip to content
Snippets Groups Projects
Commit 3ccd63cd authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

Merge branch 'master' of gitlab.utc.fr:picasoft/projets/dockerfiles

parents 7eee0908 eabfd5b3
No related branches found
No related tags found
No related merge requests found
FROM alpine:3.13 AS downloader
ARG VERSION=v1.0.0-alpha.75
ARG VERSION=v1.0.0-alpha.76
RUN apk add --no-cache curl jq && \
curl -L $(curl https://code.podlibre.org/api/v4/projects/2/releases/${VERSION}/assets/links | jq -r .[].url | grep \.tar\.gz) -o castopod.tgz && \
......
......@@ -16,7 +16,7 @@ networks:
services:
app-back:
image: registry.picasoft.net/pica-castopod-back:v1.0.0-alpha.75
image: registry.picasoft.net/pica-castopod-back:v1.0.0-alpha.76
build: back
container_name: "castopod-back"
volumes:
......@@ -28,7 +28,7 @@ services:
restart: unless-stopped
app-front:
image: registry.picasoft.net/pica-castopod-front:v1.0.0-alpha.75
image: registry.picasoft.net/pica-castopod-front:v1.0.0-alpha.76
build: front
container_name: "castopod-front"
networks:
......
FROM alpine:3.13 AS downloader
ARG VERSION=v1.0.0-alpha.75
ARG VERSION=v1.0.0-alpha.76
RUN apk add --no-cache curl jq && \
curl -L $(curl https://code.podlibre.org/api/v4/projects/2/releases/${VERSION}/assets/links | jq -r .[].url | grep \.tar\.gz) -o castopod.tgz && \
......
......@@ -4,7 +4,7 @@ FROM alpine:3.11
ENV PATH="/mattermost/bin:${PATH}"
# Picasoft : change these values. The team version is used by default
ENV MM_VERSION=5.39.0
ENV MM_VERSION=5.39.1
# Get these ids with the output of `id mattermost` on the VM hosting the app
ARG PUID=5000
ARG PGID=5000
......
......@@ -17,7 +17,7 @@ volumes:
services:
mattermost:
image: registry.picasoft.net/pica-mattermost:5.39.0
image: registry.picasoft.net/pica-mattermost:5.39.1
build: .
container_name: mattermost-app
volumes:
......
......@@ -23,7 +23,7 @@ services:
restart: unless-stopped
wekan-app:
image: quay.io/wekan/wekan-gantt-gpl:v5.63
image: quay.io/wekan/wekan-gantt-gpl:v5.71
container_name: wekan-app
environment:
- MONGO_URL=mongodb://wekan-db:27017/wekan
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment