Skip to content

Commit

Permalink
Upgrade Alpine Glib vulnerable version on Docker
Browse files Browse the repository at this point in the history
Vulnerability is blocking the deployment due to security risk.
  • Loading branch information
scruti committed May 9, 2024
1 parent 49dcf10 commit 1dec0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Alpine v3.19.
# TODO: Regularly check in the alpine ruby "3.3.1-alpine3.19" images for its latest upgraded packages so we can remove
# the hardcoded versions below when they have been updated in the alpine ruby image.
ARG PROD_PACKAGES="imagemagick libpng libjpeg libxml2 libxslt libpq tzdata shared-mime-info postgresql15 gnutls=3.8.4-r0"
ARG PROD_PACKAGES="imagemagick libpng libjpeg libxml2 libxslt libpq tzdata shared-mime-info postgresql15 gnutls=3.8.4-r0 glib=2.78.5-r0"

FROM ruby:3.3.1-alpine3.19 AS builder

Expand Down

0 comments on commit 1dec0b4

Please sign in to comment.