Skip to content

Commit c781b8b

Browse files
committed
chore: update docker deno image version
1 parent ff24495 commit c781b8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM denoland/deno:alpine-1.26.2
1+
FROM denoland/deno:alpine-1.40.3
22
WORKDIR /app
33

44
# Install wait utility
55
USER root
6-
ADD https://github.com/ufoscout/docker-compose-wait/releases/download/2.8.0/wait /wait
6+
ADD https://github.com/ufoscout/docker-compose-wait/releases/download/2.12.1/wait /wait
77
RUN chmod +x /wait
88

99
USER deno

0 commit comments

Comments
 (0)