mirror of
https://github.com/carhartl/talisman-secrets-scan-action.git
synced 2024-12-04 21:30:23 +00:00
Try distribution that comes with git executable
This commit is contained in:
parent
8736fca8b4
commit
4f284e85e9
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine:3.13.6
|
FROM ubuntu:latest
|
||||||
|
|
||||||
ADD ["https://github.com/thoughtworks/talisman/releases/download/v1.22.0/talisman_linux_amd64", "/talisman"]
|
ADD ["https://github.com/thoughtworks/talisman/releases/download/v1.22.0/talisman_linux_amd64", "/talisman"]
|
||||||
RUN chmod +x /talisman
|
RUN chmod +x /talisman
|
||||||
|
|
Loading…
Reference in a new issue