feature(nginx): update default base version
This commit is contained in:
parent
a8fc01f885
commit
9a1153e93c
11
.idea/.idea.ab-nginx.dir/.idea/aws.xml
Normal file
11
.idea/.idea.ab-nginx.dir/.idea/aws.xml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="accountSettings">
|
||||||
|
<option name="activeRegion" value="us-east-1" />
|
||||||
|
<option name="recentlyUsedRegions">
|
||||||
|
<list>
|
||||||
|
<option value="us-east-1" />
|
||||||
|
</list>
|
||||||
|
</option>
|
||||||
|
</component>
|
||||||
|
</project>
|
@ -2,7 +2,7 @@
|
|||||||
# build AB-NGINX container (based on NGINX mainline)
|
# build AB-NGINX container (based on NGINX mainline)
|
||||||
#
|
#
|
||||||
|
|
||||||
ARG NGINX_VERSION=1.23.2
|
ARG NGINX_VERSION=1.25.1
|
||||||
FROM nginx:${NGINX_VERSION}-alpine
|
FROM nginx:${NGINX_VERSION}-alpine
|
||||||
ARG NGINX_VERSION
|
ARG NGINX_VERSION
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user