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"]