Merge pull request #4528 from aledbf/clean-docker

Cleanup of docker images
This commit is contained in:
Kubernetes Prow Robot 2019-09-03 18:04:58 -07:00 committed by GitHub
commit 74031cc8b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 48 additions and 45 deletions

View file

@ -1,4 +1,4 @@
FROM alpine:3.5
FROM alpine:3.10
MAINTAINER Roman Safronov <electroma@gmail.com>
COPY authsvc /
EXPOSE 8080

View file

@ -1,4 +1,4 @@
FROM alpine:3.5
FROM alpine:3.10
MAINTAINER Roman Safronov <electroma@gmail.com>
COPY echosvc /
EXPOSE 8080