| commit | b38bcca16a35e57f48144151d9df6962da722230 | [log] [tgz] |
|---|---|---|
| author | Nic <qianyong@api7.ai> | Fri Sep 26 16:23:43 2025 +0800 |
| committer | GitHub <noreply@github.com> | Fri Sep 26 16:23:43 2025 +0800 |
| tree | 99afa26e2120951e632b96e00e6309209f7e8844 | |
| parent | 77a0b169c06beef29e86dee7e6db44d6be704cae [diff] |
chore: upgrade redhat docker image to ubi 9.6 (#601) Signed-off-by: Nic <qianyong@api7.ai>
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}"