Skip to content

Commit

Permalink
Merge pull request #6846 from DFE-Digital/patch-glib-vulnerable-versi…
Browse files Browse the repository at this point in the history
…on-on-dockerfile

Upgrade Alpine Glib vulnerable version on Docker
  • Loading branch information
scruti committed May 9, 2024
2 parents 49dcf10 + 1dec0b4 commit 7fdd22c
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 7fdd22c

Please sign in to comment.