We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89690ce commit 7a1aab4Copy full SHA for 7a1aab4
2 files changed
docker/Dockerfile
@@ -2,7 +2,7 @@ FROM alpine
2
LABEL maintainer="Marc Mettke <marc@itmettke.de>"
3
4
ENV SYSTEM https://github.com/mettke/ssh-key-authority.git
5
-ENV TAG v2.1.2
+ENV TAG v2.1.3
6
ADD entrypoint.sh /entrypoint.sh
7
ADD healthcheck.sh /healthcheck.sh
8
ADD cron /var/spool/cron/crontabs/root
templates/base.php
@@ -65,7 +65,7 @@
65
</div>
66
<div id="footer">
67
<div class="container">
68
- <p class="text-muted credit"><?php out($web_config['footer'], ESC_NONE)?> (v2.1.2)</p>
+ <p class="text-muted credit"><?php out($web_config['footer'], ESC_NONE)?> (v2.1.3)</p>
69
<?php if($this->get('active_user') && $this->get('active_user')->developer) { ?>
70
<?php } ?>
71
0 commit comments