Change docker base image to ubuntu

Mostly so that find and grep behave more commonly across systems.
This commit is contained in:
Bruno Bernardino 2024-04-04 18:05:39 +01:00
parent aee720fbc4
commit bcaec4e6d1
No known key found for this signature in database
GPG key ID: D1B0A69ADD114ECE

View file

@ -1,4 +1,4 @@
FROM denoland/deno:alpine-1.41.3
FROM denoland/deno:ubuntu-1.41.3
EXPOSE 8000