Skip to content

Commit 8e71d29

Browse files
Bump the docker-minor group with 1 update (#10)
1 parent f7fc08f commit 8e71d29

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.8
1+
0.0.9

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM golang:1.21
1+
FROM golang:1.22
22

33
ENV PACKAGE_TO_SCAN=$PACKAGE_TO_SCAN
44

55
WORKDIR /github/workspace
66

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

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

0 commit comments

Comments
 (0)