Skip to content

Commit 9b35cb0

Browse files
authored
Update containers and NGINX Plus version (#63)
Go to 1.16 golangci-lint to 1.38 NGINX Plus to R23
1 parent 317a95f commit 9b35cb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
NGINX_PLUS_VERSION=22-1
1+
NGINX_PLUS_VERSION=23-1
22
NGINX_IMAGE=nginxplus:$(NGINX_PLUS_VERSION)
33
DOCKER_NETWORK?=test
44
DOCKER_NETWORK_ALIAS=nginx-plus-test
55
DOCKER_NGINX_PLUS?=nginx-plus
66
DOCKER_NGINX_PLUS_HELPER?=nginx-plus-helper
77

8-
GOLANG_CONTAINER=golang:1.15
9-
GOLANGCI_CONTAINER=golangci/golangci-lint:v1.29-alpine
8+
GOLANG_CONTAINER=golang:1.16
9+
GOLANGCI_CONTAINER=golangci/golangci-lint:v1.38-alpine
1010

1111
export TEST_API_ENDPOINT=http://$(DOCKER_NGINX_PLUS):8080/api
1212
export TEST_API_ENDPOINT_OF_HELPER=http://$(DOCKER_NGINX_PLUS_HELPER):8080/api

0 commit comments

Comments
 (0)