Skip to content

Commit bf1de9b

Browse files
author
Jean-Baptiste Besselat
committed
[release] 0.16.12
1 parent 5f8fced commit bf1de9b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apk --no-cache add openjdk11-jdk curl
44

55
RUN mkdir /opt/inventory && mkdir /opt/inventory/config && mkdir /opt/inventory/data
66

7-
RUN curl -L https://github.com/linkfluence/inventory/releases/download/0.16.11/inventory-0.16.11-standalone.jar -o /opt/inventory/inventory.jar
7+
RUN curl -L https://github.com/linkfluence/inventory/releases/download/0.16.12/inventory-0.16.12-standalone.jar -o /opt/inventory/inventory.jar
88

99
COPY docker-entrypoint.sh /
1010

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject linkfluence/inventory "0.16.12-SNAPSHOT"
1+
(defproject linkfluence/inventory "0.16.12"
22
:description "Rtgi inventory App"
33
:url "http://www.linkfluence.com"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)