Skip to content

Commit 2344d97

Browse files
authored
chore(security): update drone-ssh to v1.7.1 (#286)
- Update the base image in Dockerfile from `1.7.0` to `1.7.1` - Change the location of `entrypoint.sh` from root to `/bin/` directory in Dockerfile - Remove the explicit `chmod +x` command for `entrypoint.sh` in Dockerfile Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent b9f6bf6 commit 2344d97

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM ghcr.io/appleboy/drone-ssh:1.7.0
1+
FROM ghcr.io/appleboy/drone-ssh:1.7.1
22

3-
COPY entrypoint.sh /entrypoint.sh
4-
RUN chmod +x /entrypoint.sh
5-
ENTRYPOINT ["/entrypoint.sh"]
3+
COPY entrypoint.sh /bin/entrypoint.sh
4+
5+
ENTRYPOINT ["/bin/entrypoint.sh"]

0 commit comments

Comments
 (0)