Skip to content

Update libxml2 to 2.11.4 from 2.10.3 #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# bump: libxml2 /LIBXML2_VERSION=([\d.]+)/ https://gitlab.gnome.org/GNOME/libxml2.git|^2
# bump: libxml2 after ./hashupdate Dockerfile LIBXML2 $LATEST
# bump: libxml2 link "ChangeLog" https://gitlab.gnome.org/GNOME/libxml2/-/blob/master/NEWS
ARG LIBXML2_VERSION=2.10.3
ARG LIBXML2_VERSION=2.11.4
ARG LIBXML2_URL="https://gitlab.gnome.org/GNOME/libxml2/-/archive/v${LIBXML2_VERSION}/libxml2-v${LIBXML2_VERSION}.tar.bz2"
ARG LIBXML2_SHA256=302bbb86400b8505bebfbf7b3d1986e9aa05073198979f258eed4be481ff5f83
ARG LIBXML2_SHA256=dfad4453beca4e4d9bfe3c27332d7727422b55f87f0eb764ee2a377f3ec27a7a

# Must be specified
ARG ALPINE_VERSION
Expand Down