We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f8fced commit bf1de9bCopy full SHA for bf1de9b
2 files changed
Dockerfile
@@ -4,7 +4,7 @@ RUN apk --no-cache add openjdk11-jdk curl
4
5
RUN mkdir /opt/inventory && mkdir /opt/inventory/config && mkdir /opt/inventory/data
6
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
+RUN curl -L https://github.com/linkfluence/inventory/releases/download/0.16.12/inventory-0.16.12-standalone.jar -o /opt/inventory/inventory.jar
8
9
COPY docker-entrypoint.sh /
10
project.clj
@@ -1,4 +1,4 @@
1
-(defproject linkfluence/inventory "0.16.12-SNAPSHOT"
+(defproject linkfluence/inventory "0.16.12"
2
:description "Rtgi inventory App"
3
:url "http://www.linkfluence.com"
:license {:name "Eclipse Public License"
0 commit comments