Merge pull request #100566 from dekkagaijin/patch-1

Update image base to `gcr.io/distroless/base-debian10:latest`
This commit is contained in:
Kubernetes Prow Robot 2021-03-25 20:04:43 -07:00 committed by GitHub
commit 30a261d97c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM gcr.io/distroless/base:latest
FROM gcr.io/distroless/base-debian10:latest
ADD apiextensions-apiserver /
ENTRYPOINT ["/apiextensions-apiserver"]