Skip to content

Commit

Permalink
[release] 0.16.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Baptiste Besselat committed Dec 13, 2021
1 parent 5f8fced commit bf1de9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apk --no-cache add openjdk11-jdk curl

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

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

COPY docker-entrypoint.sh /

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject linkfluence/inventory "0.16.12-SNAPSHOT"
(defproject linkfluence/inventory "0.16.12"
:description "Rtgi inventory App"
:url "http://www.linkfluence.com"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit bf1de9b

Please sign in to comment.