Skip to content

Commit

Permalink
Bump the docker-minor group with 1 update (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 18, 2024
1 parent f7fc08f commit 8e71d29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.8
0.0.9
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM golang:1.21
FROM golang:1.22

ENV PACKAGE_TO_SCAN=$PACKAGE_TO_SCAN

WORKDIR /github/workspace

RUN go install go.uber.org/nilaway/cmd/nilaway@latest

ENTRYPOINT nilaway ${PACKAGE_TO_SCAN}
ENTRYPOINT ["sh", "-c", "nilaway $PACKAGE_TO_SCAN"]

0 comments on commit 8e71d29

Please sign in to comment.