diff --git a/proto/Dockerfile b/proto/Dockerfile index 1a7ec5f5..f7c5a1b4 100644 --- a/proto/Dockerfile +++ b/proto/Dockerfile @@ -1,4 +1,4 @@ -FROM node:22.5.1-bookworm as proto-js +FROM node:22.9.0-bookworm as proto-js RUN apt-get update && apt-get install -y protobuf-compiler libprotobuf-dev WORKDIR /code COPY ./website/package.json ./