Skip to content

Commit

Permalink
feat: upgrade to latest phusion/passenger-ruby vers for security fixes (
Browse files Browse the repository at this point in the history
  • Loading branch information
nateg-gladly authored and bethesque committed Nov 7, 2018
1 parent 87fc466 commit 2107dc6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# ubuntu:16.04 -- https://hub.docker.com/_/ubuntu/
# |==> phusion/baseimage:0.9.17 -- https://goo.gl/ZLt61q
# |==> phusion/passenger-docker -- https://goo.gl/xsnWOP
# ubuntu -- https://hub.docker.com/_/ubuntu/
# |==> phusion/baseimage -- https://github.com/phusion/baseimage-docker
# |==> phusion/passenger-docker -- https://github.com/phusion/passenger-docker
# |==> HERE
FROM phusion/passenger-ruby24:0.9.35
FROM phusion/passenger-ruby24:1.0.0

ENV APP_HOME=/home/app/pact_broker/
RUN rm -f /etc/service/nginx/down /etc/nginx/sites-enabled/default
Expand Down

0 comments on commit 2107dc6

Please sign in to comment.