Skip to content

Commit

Permalink
Release: v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mettke committed Mar 31, 2020
1 parent 916d423 commit e03c43d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine
LABEL maintainer="Marc Mettke <[email protected]>"

ENV SYSTEM https://github.com/mettke/ssh-key-authority.git
ENV TAG v2.1.1
ENV TAG v2.1.2
ADD entrypoint.sh /entrypoint.sh
ADD healthcheck.sh /healthcheck.sh
ADD cron /var/spool/cron/crontabs/root
Expand Down
2 changes: 1 addition & 1 deletion templates/base.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</div>
<div id="footer">
<div class="container">
<p class="text-muted credit"><?php out($web_config['footer'], ESC_NONE)?> (v2.1.1)</p>
<p class="text-muted credit"><?php out($web_config['footer'], ESC_NONE)?> (v2.1.2)</p>
<?php if($this->get('active_user') && $this->get('active_user')->developer) { ?>
<?php } ?>
</div>
Expand Down

0 comments on commit e03c43d

Please sign in to comment.