File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11` docker-openresty ` Changelog
22============================
33
4- ## 1.29.2.2-0 (2026-03-21 )
4+ ## 1.29.2.2-0 (2026-03-24 )
55
66 * Upgrade OpenResty to ` 1.29.2.2 `
77
1212 * Upgrade Rocky Linux to ` 9.7 el9 ` and use ` rockylinux/rockylinux ` instead of ` docker/rockylinux `
1313 * Fix ` alpine-apk ` and downgrade it to the highest supported upsream version of ` 3.18 ` serios
1414 * Fix builds between Rocky and Fedora with ` RESTY_DNF_NO_REPOFILE ` build arg
15+ * ci: Upgrade GitHub actions
1516
1617## 1.29.2.1-0 (2026-03-05)
1718
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ LABEL resty_fat_image_tag="${RESTY_FAT_IMAGE_TAG}"
2929
3030RUN DEBIAN_FRONTEND=noninteractive apt-get update \
3131 && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
32+ -o Dpkg::Options::="--force-confold" \
3233 openresty-resty${RESTY_FAT_DEB_FLAVOR}${RESTY_FAT_DEB_VERSION} \
3334 openresty-opm${RESTY_FAT_DEB_FLAVOR}${RESTY_FAT_DEB_VERSION} \
3435 && rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ LABEL resty_fat_image_tag="${RESTY_FAT_IMAGE_TAG}"
2929
3030RUN DEBIAN_FRONTEND=noninteractive apt-get update \
3131 && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
32+ -o Dpkg::Options::="--force-confold" \
3233 openresty-resty${RESTY_FAT_DEB_FLAVOR}${RESTY_FAT_DEB_VERSION} \
3334 openresty-opm${RESTY_FAT_DEB_FLAVOR}${RESTY_FAT_DEB_VERSION} \
3435 && rm -rf /var/lib/apt/lists/*
You can’t perform that action at this time.
0 commit comments