This is an automated email from the ASF dual-hosted git repository.
nic443 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-docker.git
The following commit(s) were added to refs/heads/master by this push:
new b38bcca chore: upgrade redhat docker image to ubi 9.6 (#601)
b38bcca is described below
commit b38bcca16a35e57f48144151d9df6962da722230
Author: Nic <[email protected]>
AuthorDate: Fri Sep 26 16:23:43 2025 +0800
chore: upgrade redhat docker image to ubi 9.6 (#601)
Signed-off-by: Nic <[email protected]>
---
redhat/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/redhat/Dockerfile b/redhat/Dockerfile
index 8508e7d..8de8b26 100644
--- a/redhat/Dockerfile
+++ b/redhat/Dockerfile
@@ -15,7 +15,7 @@
# limitations under the License.
#
-FROM registry.access.redhat.com/ubi8/ubi:8.6
+FROM registry.access.redhat.com/ubi9/ubi:9.6
ARG APISIX_VERSION=3.13.0
LABEL apisix_version="${APISIX_VERSION}"