mirror of
https://github.com/cpina/github-action-push-to-another-repository.git
synced 2025-10-15 01:38:12 -06:00
Fix OpenSSL version mismatch by pinning Alpine 3.20 and adding openssl package
This commit is contained in:
parent
7c1bd869f3
commit
f650c3a859
@ -1,6 +1,6 @@
|
||||
FROM alpine:latest
|
||||
FROM alpine:3.20
|
||||
|
||||
RUN apk add --no-cache git git-lfs openssh-client
|
||||
RUN apk update && apk add --no-cache git git-lfs openssh-client openssl
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user