Skip to content

Commit

Permalink
feat: upgrade busybox to 1.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jun 27, 2019
1 parent f6c7fb5 commit 0332ef0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM ruby:2.6-alpine

# CVE-2019-5747 Can remove when base image includes busybox version 1.30.0
RUN wget https://busybox.net/downloads/binaries/1.30.0-i686/busybox && chmod +x busybox && mv busybox /bin/busybox

# Installation path
ENV HOME=/pact_broker

Expand Down

0 comments on commit 0332ef0

Please sign in to comment.