Skip to content

Commit

Permalink
add ca-certificates deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tu6ge committed Sep 11, 2024
1 parent 7debe39 commit 07ffe02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LABEL homepage="http://github.com/tu6ge/publish-action"
LABEL maintainer="tu6ge <[email protected]>"

RUN apk update
RUN apk add git libc-dev libressl-dev
RUN apk add git libc-dev libressl-dev ca-certificates

WORKDIR /publish

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ inputs:

runs:
using: 'docker'
image: 'docker://ghcr.io/tu6ge/publish-action:test_v0.4.3'
image: 'docker://ghcr.io/tu6ge/publish-action:test_v0.4.4'

0 comments on commit 07ffe02

Please sign in to comment.