We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e059f1f commit f34e6fdCopy full SHA for f34e6fd
Dockerfile
@@ -1,6 +1,6 @@
1
FROM node:8.2.1-alpine
2
3
-ENV GTT_VERSION 1.7.39
+ENV GTT_VERSION 1.7.40
4
5
RUN yarn global add --prefix /usr/local "gitlab-time-tracker@$GTT_VERSION"
6
package.json
{
"name": "gitlab-time-tracker",
- "version": "1.7.39",
+ "version": "1.7.40",
"description": "A command line interface for GitLabs time tracking feature.",
"bugs": {
"url": "https://github.com/kriskbx/gitlab-time-tracker/issues"
0 commit comments