build(Dockerfile): change base image to alpine

This commit is contained in:
Aire-One 2025-01-04 17:23:42 +01:00
parent a1b77e87a5
commit 89e3c5d9cb
1 changed files with 2 additions and 2 deletions

View File

@ -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}