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.27.1.2-12 (2026-04-16)
5+
6+ * Upgrade ` alpine ` built-from source flavor to Alpine 3.22.4 (#296 )
7+
48## 1.27.1.2-11 (2026-02-09)
59
610 * ` latest ` tag matches latest tagged ` bookworm ` release (#294 )
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.23.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.23.4 "
1414ARG RESTY_VERSION="1.27.1.2"
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