Unverified Commit 4ea48886 authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

Merge pull request #75008 from nikopen/patch-4

rebase audit-proxy image to distroless/static
parents 8477c486 58c7b5de
...@@ -12,6 +12,6 @@ ...@@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
FROM scratch FROM gcr.io/distroless/static:latest
COPY audit-proxy / COPY audit-proxy /
ENTRYPOINT ["/audit-proxy"] ENTRYPOINT ["/audit-proxy"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment