Skip to content

fix: run apt-get upgrade in Dockerfile - #498

Open
pjonsson wants to merge 2 commits into
cloudnative-pg:mainfrom
pjonsson:dockerfile-apt-get-upgrade
Open

fix: run apt-get upgrade in Dockerfile#498
pjonsson wants to merge 2 commits into
cloudnative-pg:mainfrom
pjonsson:dockerfile-apt-get-upgrade

Conversation

@pjonsson

Copy link
Copy Markdown

This brings in the latest security updates
from Debian when building the image.

Fixes #494

@pjonsson
pjonsson requested a review from a team as a code owner August 20, 2026 10:21
@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Aug 20, 2026
This brings in the latest security updates
from Debian when building the image.

Fixes cloudnative-pg#494

Signed-off-by: Peter A. Jonsson <jonsson.peter.a@gmail.com>
@NiccoloFei
NiccoloFei force-pushed the dockerfile-apt-get-upgrade branch from e14a5dd to 11240e7 Compare September 4, 2026 14:08
Other layers build on top of minimal, so
running the upgrade on the first minimal
layer is enough.

Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dockerfile does not run apt-get upgrade

2 participants