File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ all: gen-dockerfiles library/caddy .github/dependabot.yml
55
66gen-dockerfiles : tmpl/render-dockerfiles.tmpl tmpl/Dockerfile.tmpl tmpl/Dockerfile.builder.tmpl tmpl/Dockerfile.windows.tmpl tmpl/Dockerfile.windows-builder.tmpl tmpl/Dockerfile.nanoserver.tmpl * /* /Dockerfile.base
77 @gomplate \
8- --plugin getChecksums=./getChecksums.sh \
8+ --plugin getChecksums=./scripts/ getChecksums.sh \
99 -t dockerfile=tmpl/Dockerfile.tmpl \
1010 -t builder-dockerfile=tmpl/Dockerfile.builder.tmpl \
1111 -t windows-dockerfile=tmpl/Dockerfile.windows.tmpl \
@@ -17,7 +17,7 @@ gen-dockerfiles: tmpl/render-dockerfiles.tmpl tmpl/Dockerfile.tmpl tmpl/Dockerfi
1717
1818library/caddy : tmpl/stackbrew.tmpl stackbrew-config.yaml gen-dockerfiles
1919 @gomplate \
20- --plugin fileCommit=./fileCommit.sh \
20+ --plugin fileCommit=./scripts/ fileCommit.sh \
2121 -c config=./stackbrew-config.yaml \
2222 -f $< \
2323 -o $@
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments