feature: updated base nginx version
Gitea/docker-base-images/nginx-routes/pipeline/head This commit looks good Details

release-0.0.16
amorozov 2023-09-08 01:40:49 +03:00
parent f61f737fb1
commit 99b390b869
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
ARG BASE_IMAGE="nginx:alpine" ARG BASE_IMAGE="nginx:1.15-alpine"
FROM ${BASE_IMAGE} FROM ${BASE_IMAGE}