Skip to content

Commit

Permalink
Merge pull request #174 from loburm/event_fix
Browse files Browse the repository at this point in the history
Replace base image of event-exporter with image without security vulnerabilities.
  • Loading branch information
loburm authored Jul 13, 2018
2 parents a39287c + 268e84e commit 975b89d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions event-exporter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM k8s.gcr.io/debian-base-amd64:0.3
FROM alpine

RUN clean-install ca-certificates
RUN apk --update upgrade && \
apk add curl ca-certificates && \
update-ca-certificates && \
rm -rf /var/cache/apk/*

EXPOSE 80

Expand Down

0 comments on commit 975b89d

Please sign in to comment.