Skip to content

Commit ddc671d

Browse files
committed
add deno 2.5.6
1 parent d82fa6b commit ddc671d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COPY --from=builder /build/smallweb /usr/local/bin/smallweb
1515
RUN apt update && apt install -y git unzip curl gosu && rm -rf /var/lib/apt/lists/*
1616

1717
# Install Deno
18-
ARG DENO_VERSION=v2.4.0
18+
ARG DENO_VERSION=v2.5.6
1919
RUN curl -fsSL https://deno.land/install.sh | DENO_INSTALL=/usr/local sh -s "$DENO_VERSION"
2020

2121
# Set up default user with ID 1000

0 commit comments

Comments
 (0)