build(Dockerfile): change base image to alpine
This commit is contained in:
parent
a1b77e87a5
commit
89e3c5d9cb
|
@ -1,4 +1,4 @@
|
|||
FROM denoland/deno:2.1.4
|
||||
FROM denoland/deno:alpine-2.1.4
|
||||
|
||||
ARG GIT_REVISION
|
||||
ENV DENO_DEPLOYMENT_ID=${GIT_REVISION}
|
||||
|
|
Loading…
Reference in New Issue