Merge pull request #75008 from nikopen/patch-4

rebase audit-proxy image to distroless/static
This commit is contained in:
Kubernetes Prow Robot 2019-03-11 09:39:40 -07:00 committed by GitHub
commit 4ea48886df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
1.0
1.1