Update versions and fix issues

This commit is contained in:
Aaron Fischer 2018-04-21 22:55:10 +02:00 committed by Aaron Fischer
parent 9a6d6ad5b2
commit 7df4345c1a
No known key found for this signature in database
GPG key ID: A62EFAEA293B99D7
3 changed files with 9 additions and 9 deletions

View file

@ -1,7 +1,7 @@
FROM openjdk:8
MAINTAINER Aaron Fischer <mail@aaron-fischer.net>
ADD yenu.jar /yenu/app.jar
ADD target/uberjar/yenu.jar /yenu/app.jar
EXPOSE 3000

View file

@ -3,8 +3,8 @@
:url "https://yenu.de/"
:dependencies [[bouncer "1.0.1"]
[compojure "1.6.0"]
[conman "0.6.7"]
[compojure "1.6.1"]
[conman "0.7.8"]
[cprop "0.1.11"]
[luminus-immutant "0.2.4"]
[luminus-migrations "0.5.0"]
@ -14,11 +14,11 @@
[org.clojure/clojure "1.9.0"]
[org.clojure/tools.cli "0.3.5"]
[org.clojure/tools.logging "0.4.0"]
[org.webjars.bower/tether "1.4.3"]
[org.webjars/jquery "3.3.1"]
[org.webjars/bootstrap "4.0.0-2"]
[org.webjars/font-awesome "5.0.6"]
[org.webjars/bootstrap "4.1.0"]
[org.webjars/webjars-locator-jboss-vfs "0.1.0"]
[org.webjars.bower/tether "1.4.3"]
[org.webjars.bower/font-awesome "4.7.0"]
[org.xerial/sqlite-jdbc "3.21.0"]
[ring-webjars "0.2.0"]
[ring-middleware-format "0.7.2"]
@ -28,10 +28,10 @@
[hiccup "1.0.5"]
[image-resizer "0.1.10"]
[me.raynes/fs "1.4.6"] ;; R.I.P. Anthony!
[digest "1.4.7"]
[digest "1.4.8"]
[markdown-clj "1.0.2"]
[clj-exif-orientation "0.2.1"]
[clj-time "0.14.2"]
[clj-time "0.14.3"]
[buddy/buddy-auth "2.1.0"]]
:min-lein-version "2.0.0"

View file

@ -41,7 +41,7 @@
<div class="detail-image mb-3">
<a href="/images/raw/{{ image.hash }}">
<img class="card-img-top" src="/images/normal/{{ image.hash }}" alt="{{ image.title }}"/>
<img class="" src="/images/normal/{{ image.hash }}" alt="{{ image.title }}"/>
</a>
</div>