From 83a981f0476136fb55cbf1b92526b682a37b3144 Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Thu, 17 Oct 2024 10:24:59 -0400 Subject: [PATCH] chore: update libxml2 version to 2.13.4 --- packages/libxml2/Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}