Skip to content

Commit

Permalink
fix: upgrade to latest phusion passenger ruby image (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Goldman authored Nov 11, 2021
1 parent 94e8e17 commit a892b8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# |==> phusion/baseimage -- https://github.com/phusion/baseimage-docker
# |==> phusion/passenger-docker -- https://github.com/phusion/passenger-docker
# |==> HERE
FROM phusion/passenger-ruby27:1.0.12
FROM phusion/passenger-ruby27:2.0.1

# Update OS as per https://github.com/phusion/passenger-docker#upgrading-the-operating-system-inside-the-container
# Broken update https://github.com/DiUS/pact_broker-docker/runs/3799650621?check_suite_focus=true#step:9:87
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-bundle-base
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM phusion/passenger-ruby27:1.0.12
FROM phusion/passenger-ruby27:2.0.1

# Installation path
ENV HOME=/pact_broker
Expand Down

0 comments on commit a892b8b

Please sign in to comment.