From 9aaba298e0bd7f948145012741a4d491a0fa486b Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 27 Nov 2024 01:25:26 +0000 Subject: [PATCH] Update nginx Docker tag to v1.27.3 --- images/custom-nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/custom-nginx/Dockerfile b/images/custom-nginx/Dockerfile index 6dcfea9..b62f715 100644 --- a/images/custom-nginx/Dockerfile +++ b/images/custom-nginx/Dockerfile @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -FROM nginx:1.17.9-alpine +FROM nginx:1.27.3-alpine COPY ./nginx.conf /etc/nginx/nginx.conf COPY ./default.conf /etc/nginx/conf.d/default.conf