Skip to content

Commit

Permalink
Try updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelboulton committed Jan 6, 2024
1 parent d61dc7f commit 6d8dbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/grpc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.10-slim-buster@sha256:37aa274c2d001f09b14828450d903c55f821c90f225fdfdd80c5180fcca77b3f

RUN pip install grpcio==1.51.1 grpcio-reflection==1.51.1 grpcio-status==1.51.1 grpc-interceptor==0.15.1
RUN pip install grpcio==1.59.0 grpcio-reflection==1.59.0 grpcio-status==1.59.0 grpc-interceptor==0.15.3

COPY server/server.py /
COPY server/helloworld_pb2.py /
Expand Down

0 comments on commit 6d8dbe1

Please sign in to comment.