grpc-httpjson-transcoding: Use latest builder (#11868)

Co-authored-by: MarcoFalke <6399679+MarcoFalke@users.noreply.github.com>
This commit is contained in:
maflcko 2024-04-30 19:53:40 +02:00 committed by GitHub
parent f895bc7370
commit b321c3aab8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -14,8 +14,7 @@
#
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder@sha256:19782f7fe8092843368894dbc471ce9b30dd6a2813946071a36e8b05f5b1e27e
# ! This project was pinned after a clang bump. Please remove the pin, Try to fix any build warnings and errors, as well as runtime errors
FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER nareddyt@google.com
RUN apt-get update && apt-get install python -y