Skip to content

Commit

Permalink
chore: improve API efficiency and test robustness
Browse files Browse the repository at this point in the history
- Update ca-certificates version from `20220614-r4` to `20230506-r0`

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed May 14, 2023
1 parent 0af18a2 commit 3f78d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LABEL org.opencontainers.image.source=https://github.com/appleboy/drone-lambda
LABEL org.opencontainers.image.description="Deploying Lambda code with drone CI to an existing function."
LABEL org.opencontainers.image.licenses=MIT

RUN apk add --no-cache ca-certificates=20220614-r4 && \
RUN apk add --no-cache ca-certificates=20230506-r0 && \
rm -rf /var/cache/apk/*

COPY release/${TARGETOS}/${TARGETARCH}/drone-lambda /bin/
Expand Down

0 comments on commit 3f78d12

Please sign in to comment.