Skip to content

Commit

Permalink
tap 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed Aug 12, 2023
1 parent 8f62ac0 commit 4bf6145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion github-action/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/hahwul/deadfinder:1.2.3
FROM ghcr.io/hahwul/deadfinder:1.3.3
COPY entrypoint.sh /entrypoint.sh
RUN chmod 755 /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
2 changes: 1 addition & 1 deletion lib/deadfinder/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# frozen_string_literal: true

VERSION = '1.3.2'
VERSION = '1.3.3'

0 comments on commit 4bf6145

Please sign in to comment.