Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
feat: upgrade dependency to 1.19.9.1.4 (#294)
- Loading branch information
1 parent
4e2a7d1
commit 407610575b68b8764a3af787c9455e8bd7c1771f
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -17,7 +17,7 @@ | ||
|
||
ARG ENABLE_PROXY=false | ||
|
||
FROM api7/apisix-base:1.19.9.1.3 AS production-stage | ||
FROM api7/apisix-base:1.19.9.1.4 AS production-stage | ||
|
||
ARG ENABLE_PROXY | ||
RUN set -x \ | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -18,7 +18,7 @@ | ||
ARG ENABLE_PROXY=false | ||
|
||
# Build Apache APISIX | ||
FROM api7/apisix-base:1.19.9.1.3 | ||
FROM api7/apisix-base:1.19.9.1.4 | ||
|
||
ARG APISIX_VERSION=2.12.1 | ||
LABEL apisix_version="${APISIX_VERSION}" | ||