Skip to content

Commit

Permalink
build: refactor project dependencies and CI config
Browse files Browse the repository at this point in the history
- Update the Docker image version from `1.3.8` to `1.3.9` in the Dockerfile

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Apr 22, 2024
1 parent 42a5df0 commit c5b9ef2
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.8
FROM ghcr.io/appleboy/drone-lambda:1.3.9

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

0 comments on commit c5b9ef2

Please sign in to comment.