change protoc to version from gradido

This commit is contained in:
einhornimmond 2021-03-30 14:04:08 +02:00
parent 1f002f4ed0
commit 7822b63c23
2 changed files with 5 additions and 5 deletions

2
gn

@ -1 +1 @@
Subproject commit a61871987261614102b11ed58791081be1954d3c
Subproject commit 5437e2f882c54efe4f501f7cd0d97f53806d0b74

View File

@ -8,10 +8,10 @@ ENV DOCKER_WORKDIR="/code"
USER root
COPY --from=unicorny/protoc:3.9.1 /usr/bin/protoc /usr/bin/
COPY --from=unicorny/protoc:3.9.1 /usr/lib/libprotobuf.so.20 /usr/lib/libprotobuf.so.20
COPY --from=unicorny/protoc:3.9.1 /usr/lib/libprotoc.so.20 /usr/lib/libprotoc.so.20
COPY --from=unicorny/protoc:3.9.1 /usr/include/google/protobuf/* /usr/include/google/protobuf/
COPY --from=gradido/protoc:3.9.1 /usr/bin/protoc /usr/bin/
COPY --from=gradido/protoc:3.9.1 /usr/lib/libprotobuf.so.20 /usr/lib/libprotobuf.so.20
COPY --from=gradido/protoc:3.9.1 /usr/lib/libprotoc.so.20 /usr/lib/libprotoc.so.20
COPY --from=gradido/protoc:3.9.1 /usr/include/google/protobuf/* /usr/include/google/protobuf/
#VOLUME /root/.conan