mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-21 17:43:23 +01:00
Use ubuntu
This commit is contained in:
parent
83f803c66a
commit
22a46895ad
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
FROM alpine:3.10
|
||||
FROM ubuntu:latest
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
|
Loading…
Reference in a new issue