Skip to content

Commit 07e4d41

Browse files
committed
docker: update Dockerfile
1 parent 936431d commit 07e4d41

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,4 +1,4 @@
1-
FROM rust:1.81-bookworm AS builder
1+
FROM rust:1.88-bookworm AS builder
22

33
ARG GITHUB_TOKEN
44

@@ -23,7 +23,7 @@ RUN apt-get update && apt-get install -y build-essential \
2323

2424
RUN curl -Ssf https://pkgx.sh | sh
2525

26-
RUN pkgm install zig@0.14.1 buf deno bun node@18
26+
RUN pkgm install zig@0.14.1 buf deno
2727

2828
COPY . /app
2929

0 commit comments

Comments
 (0)