feat(nginx): Update version to 1.27 on Alpine 3.20

This commit is contained in:
Asif Bacchus 2024-08-31 18:06:13 -06:00
parent e8d1407419
commit 9104126356
5 changed files with 28 additions and 2 deletions

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GitToolBoxBlameSettings">
<option name="version" value="2" />
</component>
</project>

8
.idea/indexLayout.xml Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="UserContentModel">
<attachedFolders />
<explicitIncludes />
<explicitExcludes />
</component>
</project>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RiderProjectSettingsUpdater">
<option name="vcsConfiguration" value="3" />
</component>
</project>

6
.idea/vcs.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View File

@ -1,8 +1,8 @@
#
# build AB-NGINX container (based on NGINX mainline)
# build AB-NGINX container (based on NGINX mainline on Alpine linux)
#
ARG NGINX_VERSION=1.25.1
ARG NGINX_VERSION=1.27
FROM nginx:${NGINX_VERSION}-alpine
ARG NGINX_VERSION