Skip to content

Commit

Permalink
Bumped tag to 2.1.6-ls2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaswilde committed Feb 1, 2021
1 parent adb1042 commit 0f7292b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:7.2-fpm-alpine
ARG VERSION=2.1.5
ARG CHECKSUM=1a04a7155e4b3cc7ffa1e4bba4f9481c6a2921f1e6d9d04916c9cbd75cb688dd
ARG VERSION=2.1.6
ARG CHECKSUM=e1c258ca43f620571bf7d8c9b7e6705bc8c2b67075f321d584a8b8523b55b4aa
ARG TZ
ENV TZ $(TZ)
WORKDIR /var/www/html
Expand Down
6 changes: 3 additions & 3 deletions make.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VERSION=2.1.5
LS=1
VERSION=2.1.6
LS=2
NS=nicholaswilde
CHECKSUM=1a04a7155e4b3cc7ffa1e4bba4f9481c6a2921f1e6d9d04916c9cbd75cb688dd
CHECKSUM=e1c258ca43f620571bf7d8c9b7e6705bc8c2b67075f321d584a8b8523b55b4aa

IMAGE_NAME=leantime
CONTAINER_NAME=leantime
Expand Down

0 comments on commit 0f7292b

Please sign in to comment.