Skip to content
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.3
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