diff options
Diffstat (limited to 'templates/tools/dockerfile/grpc_clang_format/Dockerfile.template')
-rw-r--r-- | templates/tools/dockerfile/grpc_clang_format/Dockerfile.template | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/tools/dockerfile/grpc_clang_format/Dockerfile.template b/templates/tools/dockerfile/grpc_clang_format/Dockerfile.template index 69cd4034b0..1ab667c95d 100644 --- a/templates/tools/dockerfile/grpc_clang_format/Dockerfile.template +++ b/templates/tools/dockerfile/grpc_clang_format/Dockerfile.template @@ -14,9 +14,10 @@ # See the License for the specific language governing permissions and # limitations under the License. - FROM ubuntu:15.10 + FROM debian:jessie <%include file="../clang_format.include"/> ADD clang_format_all_the_things.sh / CMD ["echo 'Run with tools/distrib/clang_format_code.sh'"] +
\ No newline at end of file |