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

[Gemserv] bump to v0.5.0

parent 7ce72400
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ networks:
services:
gemserv:
image: registry.picasoft.net/pica-gemserv:0.4.5
image: registry.picasoft.net/pica-gemserv:0.5.0
container_name: gemserv
build: gemserv
volumes:
......
FROM rust:1.50-buster as BUILD
ARG VERSION=0.4.5
ARG VERSION=0.5.0
RUN apt-get update && \
apt-get install -y curl && \
......
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