Skip to content

Commit 7a1aab4

Browse files
committed
Release: v2.1.3
1 parent 89690ce commit 7a1aab4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine
22
LABEL maintainer="Marc Mettke <marc@itmettke.de>"
33

44
ENV SYSTEM https://github.com/mettke/ssh-key-authority.git
5-
ENV TAG v2.1.2
5+
ENV TAG v2.1.3
66
ADD entrypoint.sh /entrypoint.sh
77
ADD healthcheck.sh /healthcheck.sh
88
ADD cron /var/spool/cron/crontabs/root

templates/base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
</div>
6666
<div id="footer">
6767
<div class="container">
68-
<p class="text-muted credit"><?php out($web_config['footer'], ESC_NONE)?> (v2.1.2)</p>
68+
<p class="text-muted credit"><?php out($web_config['footer'], ESC_NONE)?> (v2.1.3)</p>
6969
<?php if($this->get('active_user') && $this->get('active_user')->developer) { ?>
7070
<?php } ?>
7171
</div>

0 commit comments

Comments
 (0)