We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d82fa6b commit ddc671dCopy full SHA for ddc671d
Dockerfile
@@ -15,7 +15,7 @@ COPY --from=builder /build/smallweb /usr/local/bin/smallweb
15
RUN apt update && apt install -y git unzip curl gosu && rm -rf /var/lib/apt/lists/*
16
17
# Install Deno
18
-ARG DENO_VERSION=v2.4.0
+ARG DENO_VERSION=v2.5.6
19
RUN curl -fsSL https://deno.land/install.sh | DENO_INSTALL=/usr/local sh -s "$DENO_VERSION"
20
21
# Set up default user with ID 1000
0 commit comments