fix: pin deno version in dockerfile

This commit is contained in:
max_richter 2024-12-13 17:42:16 +01:00
parent cb5eeb40fd
commit d0e7af971e

View File

@ -1,4 +1,4 @@
FROM denoland/deno:latest
FROM denoland/deno:1.46.3
ARG GIT_REVISION
ENV DENO_DEPLOYMENT_ID=${GIT_REVISION}