Skip to content

Commit

Permalink
⬆️ Upgrade protobuf version
Browse files Browse the repository at this point in the history
  • Loading branch information
ff137 committed Nov 29, 2024
1 parent 83cca43 commit 20f2903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/agents/Dockerfile.agent
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ghcr.io/didx-xyz/acapy-agent-bbs:py3.12-1.1.1-20241115
USER root

# Install Google Protobuf
ARG PROTOBUF_VERSION=5.28.3
ARG PROTOBUF_VERSION=5.29.0
RUN pip install --no-cache-dir protobuf==${PROTOBUF_VERSION}

# install nats-events plugin
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/agents/Dockerfile.author.agent
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ghcr.io/didx-xyz/acapy-agent-bbs:py3.12-1.1.1-20241115
USER root

# Install Google Protobuf
ARG PROTOBUF_VERSION=5.28.3
ARG PROTOBUF_VERSION=5.29.0
RUN pip install --no-cache-dir protobuf==${PROTOBUF_VERSION}

# Install wallet group id plugin
Expand Down

0 comments on commit 20f2903

Please sign in to comment.