File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11` docker-openresty ` Changelog
22============================
33
4+ ## 1.29.2.3-3 (2026-04-16)
5+
6+ * Upgrade ` alpine ` built-from source flavor to Alpine 3.22.4 (#296 )
7+
48## 1.29.2.3-2 (2026-04-13)
59
610 * Actually GitHub Action publish the ` alma ` flavor
Original file line number Diff line number Diff line change 22# https://github.com/openresty/docker-openresty
33
44ARG RESTY_IMAGE_BASE="alpine"
5- ARG RESTY_IMAGE_TAG="3.22.3 "
5+ ARG RESTY_IMAGE_TAG="3.22.4 "
66
77FROM ${RESTY_IMAGE_BASE}:${RESTY_IMAGE_TAG}
88
99LABEL maintainer="Evan Wies <evan@neomantra.net>"
1010
1111# Docker Build Arguments
1212ARG RESTY_IMAGE_BASE="alpine"
13- ARG RESTY_IMAGE_TAG="3.22.3 "
13+ ARG RESTY_IMAGE_TAG="3.22.4 "
1414ARG RESTY_VERSION="1.29.2.3"
1515
1616# https://github.com/openresty/openresty-packaging/blob/master/alpine/openresty-openssl3/APKBUILD
You can’t perform that action at this time.
0 commit comments