rebase image to distroless/static

pull/564/head
Niko Pen 2019-03-06 00:49:48 +00:00 committed by GitHub
parent 596a48dd64
commit f7752c645a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 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"]