Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dockerfiles/py.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM python:3.11-bookworm as build
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive \
apt-get install --no-install-recommends --assume-yes \
protobuf-compiler=3.12.4* libprotobuf-dev=3.12.4*
protobuf-compiler=3.21.12* libprotobuf-dev=3.21.12*

# Get go compiler
ARG PLATFORM=amd64
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/ts.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM node:22-bookworm AS build
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive \
apt-get install --no-install-recommends --assume-yes \
protobuf-compiler=3.12.4* libprotobuf-dev=3.12.4*
protobuf-compiler=3.21.12* libprotobuf-dev=3.21.12*

# Get go compiler
ARG PLATFORM=amd64
Expand Down
Loading