Skip to content

Commit

Permalink
chore: update dependencies and improve test coverage
Browse files Browse the repository at this point in the history
- Update drone-lambda base image from version `1.3.9` to `1.4.0`

Signed-off-by: appleboy <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Jun 29, 2024
1 parent 5791cac commit 955b149
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/appleboy/drone-lambda:1.3.9
FROM ghcr.io/appleboy/drone-lambda:1.4.0

COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
Expand Down

0 comments on commit 955b149

Please sign in to comment.