diff options
author | Adam Cozzette <acozzette@gmail.com> | 2018-07-09 09:32:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-09 09:32:17 -0700 |
commit | 61476b8e74357ea875f71bb321874ca4530b7d50 (patch) | |
tree | 0e5160f15fd7a71241b3136b19b7f965c4e71cdd | |
parent | 458651fb44069e7b73b90b355fd397a3baf2dc43 (diff) | |
parent | fa394677057dd8ef0087811684956872d150016d (diff) |
Merge pull request #4879 from ejona86/protoc-artifacts-tls12
protoc-artifacts: Update centos base from 6.6 to 6.9
-rw-r--r-- | protoc-artifacts/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protoc-artifacts/Dockerfile b/protoc-artifacts/Dockerfile index 88936b26..95086eae 100644 --- a/protoc-artifacts/Dockerfile +++ b/protoc-artifacts/Dockerfile @@ -1,4 +1,4 @@ -FROM centos:6.6 +FROM centos:6.9 RUN yum install -y git \ tar \ |