summaryrefslogtreecommitdiff
path: root/hooks/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'hooks/Dockerfile')
-rw-r--r--hooks/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/Dockerfile b/hooks/Dockerfile
index a287e2f..61fc0f5 100644
--- a/hooks/Dockerfile
+++ b/hooks/Dockerfile
@@ -1,3 +1,3 @@
-FROM oci.liz.coffee/img/liz-ci:release as hooks
+FROM oci.liz.coffee/img/liz-ci:release AS hooks
CMD [ "deno", "run", "--allow-env", "--allow-net", "/app/hooks/mod.ts" ]