You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update gosu from version 1.16 to 1.19 in Dockerfile-15, Dockerfile-17, and Dockerfile-orioledb-17.
This change aligns the Docker images with the official Docker Postgres image,
which recently upgraded to gosu 1.19. Staying consistent with the upstream
helps reduce potential security findings and maintain compatibility with
the official base images.
A Trivy scan on the previous image reported several medium to critical
issues in the older gosu binary. Updating to the latest version helps
minimize these potential risks.
No functional changes beyond the version update.
0 commit comments