From f574a839a6b33680fc5b350a68779c3448bb1263 Mon Sep 17 00:00:00 2001 From: Antonio Ojea Date: Wed, 17 Apr 2019 11:11:02 +0200 Subject: [PATCH] Rebase nettest image from scratch to distroless --- test/images/nettest/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/images/nettest/Dockerfile b/test/images/nettest/Dockerfile index 0666e3dce03..c7b459f594e 100644 --- a/test/images/nettest/Dockerfile +++ b/test/images/nettest/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM scratch +FROM gcr.io/distroless/static:latest COPY nettest / EXPOSE 8080 ENTRYPOINT ["/nettest"]