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 317a95f commit 9b35cb0Copy full SHA for 9b35cb0
Makefile
@@ -1,12 +1,12 @@
1
-NGINX_PLUS_VERSION=22-1
+NGINX_PLUS_VERSION=23-1
2
NGINX_IMAGE=nginxplus:$(NGINX_PLUS_VERSION)
3
DOCKER_NETWORK?=test
4
DOCKER_NETWORK_ALIAS=nginx-plus-test
5
DOCKER_NGINX_PLUS?=nginx-plus
6
DOCKER_NGINX_PLUS_HELPER?=nginx-plus-helper
7
8
-GOLANG_CONTAINER=golang:1.15
9
-GOLANGCI_CONTAINER=golangci/golangci-lint:v1.29-alpine
+GOLANG_CONTAINER=golang:1.16
+GOLANGCI_CONTAINER=golangci/golangci-lint:v1.38-alpine
10
11
export TEST_API_ENDPOINT=http://$(DOCKER_NGINX_PLUS):8080/api
12
export TEST_API_ENDPOINT_OF_HELPER=http://$(DOCKER_NGINX_PLUS_HELPER):8080/api
0 commit comments