diff --git a/README.md b/README.md index e8245ad..e39edd1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ```dockerfile FROM alpine:latest -ADD https://raw.githubusercontent.com/varunsridharan/actions-alpine/master/setup-alpine.sh / +ADD https://raw.githubusercontent.com/varunsridharan/actions-toolkit/master/setup-alpine.sh / RUN chmod uga+x /setup-alpine.sh RUN sh /setup-alpine.sh ``` diff --git a/test/alpine-php/Dockerfile b/test/alpine-php/Dockerfile index 860e2dd..d89e3a8 100644 --- a/test/alpine-php/Dockerfile +++ b/test/alpine-php/Dockerfile @@ -3,7 +3,7 @@ FROM php:cli-alpine ##################################### #### Install Required Dependency #### ##################################### -ADD https://raw.githubusercontent.com/varunsridharan/actions-alpine/main/setup-alpine.sh / +ADD https://raw.githubusercontent.com/varunsridharan/actions-toolkit/main/setup-alpine.sh / ######################################## #### Configure Required Dependency ##### diff --git a/test/alpine/Dockerfile b/test/alpine/Dockerfile index ef1e4d1..4675578 100644 --- a/test/alpine/Dockerfile +++ b/test/alpine/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:latest ##################################### #### Install Required Dependency #### ##################################### -ADD https://raw.githubusercontent.com/varunsridharan/actions-alpine/main/setup-alpine.sh / +ADD https://raw.githubusercontent.com/varunsridharan/actions-toolkit/main/setup-alpine.sh / ######################################## #### Configure Required Dependency #####