mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
Upgrade Deno to v2.1.10
This commit is contained in:
parent
dda1bebfbc
commit
30b4900992
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
image: denoland/deno:2.1.1
|
image: denoland/deno:2.1.10
|
||||||
|
|
||||||
default:
|
default:
|
||||||
interruptible: true
|
interruptible: true
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
deno 2.1.1
|
deno 2.1.10
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
FROM denoland/deno:2.1.1
|
FROM denoland/deno:2.1.10
|
||||||
ENV PORT 5000
|
ENV PORT 5000
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue