diff --git a/packages/libxml2/Containerfile b/packages/libxml2/Containerfile index e6581fe..8bb0b2b 100644 --- a/packages/libxml2/Containerfile +++ b/packages/libxml2/Containerfile @@ -1,6 +1,6 @@ FROM scratch AS base -ENV VERSION=2.12.1 -ENV SRC_HASH=1090e62c5a1900429f63e4681263b96e7829876ccbc66cf2d9266cd589f67286 +ENV VERSION=2.13.4 +ENV SRC_HASH=832f8c4c652f813c9d0a01adcaf86145b77c64e56c71ed85db8071aa78beb98f ENV SRC_FILE=libxml2-v${VERSION}.tar.gz ENV SRC_SITE=https://gitlab.gnome.org/GNOME/libxml2/-/archive/v${VERSION}/${SRC_FILE}