Skip to content
Snippets Groups Projects

Elois/ci

Merged Éloïs requested to merge elois/ci into dev
2 files
+ 30
44
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
2
@@ -2,10 +2,10 @@
# Cargo Build Stage
# ------------------------------------------------------------------------------
FROM registry.duniter.org/docker/duniter-rs-ci:v1.35.0 as build
FROM registry.duniter.org/docker/dunitrust/dunitrust-ci-lin64:latest as build
LABEL maintainer="elois <elois@ifee.fr>"
LABEL version="0.1.1"
LABEL version="0.1.2"
LABEL description="Durs server (Divende Universel RuSt)"
# copy source tree
Loading