diff --git a/test/images/nettest/Dockerfile b/test/images/nettest/Dockerfile index 0666e3dce0..c7b459f594 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"]