Skip to content

Commit

Permalink
install user agent from git for action (#100)
Browse files Browse the repository at this point in the history
* install user agent from git for action
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Aug 22, 2022
1 parent e44ecd4 commit 816b328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/urlstechie/urlchecker:0.0.32
FROM ghcr.io/urlstechie/urlchecker:0.0.33
COPY entrypoint.sh /entrypoint.sh
WORKDIR /github/workspace
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]

0 comments on commit 816b328

Please sign in to comment.