From f7752c645a1838718749a80aadd6619b67067515 Mon Sep 17 00:00:00 2001 From: Niko Pen <42466421+nikopen@users.noreply.github.com> Date: Wed, 6 Mar 2019 00:49:48 +0000 Subject: [PATCH] rebase image to distroless/static --- test/images/audit-proxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/images/audit-proxy/Dockerfile b/test/images/audit-proxy/Dockerfile index 7bbeb62b45..ef7ef7fafb 100644 --- a/test/images/audit-proxy/Dockerfile +++ b/test/images/audit-proxy/Dockerfile @@ -12,6 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM scratch +FROM gcr.io/distroless/static:latest COPY audit-proxy / ENTRYPOINT ["/audit-proxy"]