Skip to content

Commit

Permalink
chore(openresty): upgrade openresty
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic committed May 9, 2024
1 parent b92a314 commit 4f12216
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OPENRESTY_VERSION=1.21.4.1
OPENRESTY_VERSION=1.21.4.2
LUAROCKS_VERSION=3.9.2
PCRE_VERSION=8.45
ATC_ROUTER_VERSION=1.3.30
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ clean:
-rm -rf package
-docker rmi $(DOCKER_NAME)

docker:
clean/submodules:
-git submodule foreach --recursive git reset --hard
-git submodule update --init --recursive
-git submodule status

docker:
docker buildx build \
--build-arg DOCKER_REGISTRY=$(DOCKER_REGISTRY) \
--build-arg DOCKER_IMAGE_NAME=$(DOCKER_IMAGE_NAME) \
Expand Down
2 changes: 1 addition & 1 deletion kong
Submodule kong updated 193 files

0 comments on commit 4f12216

Please sign in to comment.