Skip to content

Commit

Permalink
Recommend better dpkg options for upgrading OS packages.
Browse files Browse the repository at this point in the history
Closes #247
  • Loading branch information
ajhodgson committed Jan 15, 2024
1 parent 2750881 commit 929fc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ While we release passenger-docker images with the latest OS updates from time to

To upgrade the OS in the image, run this in your Dockerfile:

RUN apt-get update && apt-get upgrade -y -o Dpkg::Options::="--force-confold"
RUN apt-get update && apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" upgrade

<a name="upgrading_passenger"></a>
### Upgrading Passenger to the latest version
Expand Down

0 comments on commit 929fc28

Please sign in to comment.