We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9280f2 commit dfa65e0Copy full SHA for dfa65e0
dockerfiles/Dockerfile.apisix-openresty.apk
@@ -4,7 +4,7 @@ ARG IMAGE_TAG="3.12"
4
FROM ${IMAGE_BASE}:${IMAGE_TAG}
5
6
COPY ./utils/build-common.sh /tmp/build-common.sh
7
-COPY build-apisix-openresty.sh /tmp/build-apisix-openresty.sh
+COPY build-apisix-base.sh /tmp/build-apisix-base.sh
8
COPY ./utils/determine-dist.sh /tmp/determine-dist.sh
9
10
0 commit comments