diff --git a/packages/gettext/Containerfile b/packages/gettext/Containerfile index 370c946..f333318 100644 --- a/packages/gettext/Containerfile +++ b/packages/gettext/Containerfile @@ -1,6 +1,6 @@ FROM scratch AS base -ENV VERSION=0.21 -ENV SRC_HASH=d20fcbb537e02dcf1383197ba05bd0734ef7bf5db06bdb241eb69b7d16b73192 +ENV VERSION=0.22.5 +ENV SRC_HASH=fe10c37353213d78a5b83d48af231e005c4da84db5ce88037d88355938259640 ENV SRC_FILE=gettext-${VERSION}.tar.xz ENV SRC_SITE=https://mirrors.kernel.org/gnu/gettext/${SRC_FILE}