Skip to content
Snippets Groups Projects
Verified Commit 4cafdd02 authored by Romain De Laage De Bellefaye's avatar Romain De Laage De Bellefaye
Browse files

[Mastogem] Bump to B1.1

parent 6f4cc693
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ services:
restart: unless-stopped
mastogem:
image: registry.picasoft.net/pica-mastogem:0.0
image: registry.picasoft.net/pica-mastogem:B1.1
container_name: mastogem
build: mastogem
volumes:
......
FROM golang:1.16.0-buster as BUILD
ARG VERSION=B1.1
RUN apt-get update && \
apt-get install -y curl && \
curl -L https://git.rdelaage.ovh/rdelaage/mastoGem/archive/main.tar.gz -o mastogem.tar.gz && \
curl -L https://git.rdelaage.ovh/rdelaage/mastoGem/archive/${VERSION}.tar.gz -o mastogem.tar.gz && \
tar xzvf mastogem.tar.gz && \
cd mastogem && \
go build -o /mastogem
......
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