瀏覽代碼

chore(deps): bump nginx from 1.21.6 to 1.23.2

Bumps nginx from 1.21.6 to 1.23.2.

---
updated-dependencies:
- dependency-name: nginx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 2 年之前
父節點
當前提交
0fbd71362b
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Dockerfile
  2. 1 1
      Dockerfile.alpine

+ 1 - 1
Dockerfile

@@ -36,7 +36,7 @@ RUN git clone https://github.com/nginx-proxy/forego/ \
    && rm -rf /go/forego
    && rm -rf /go/forego
 
 
 # Build the final image
 # Build the final image
-FROM nginx:1.21.6
+FROM nginx:1.23.2
 
 
 ARG NGINX_PROXY_VERSION
 ARG NGINX_PROXY_VERSION
 # Add DOCKER_GEN_VERSION environment variable
 # Add DOCKER_GEN_VERSION environment variable

+ 1 - 1
Dockerfile.alpine

@@ -37,7 +37,7 @@ RUN git clone https://github.com/nginx-proxy/forego/ \
    && rm -rf /go/forego
    && rm -rf /go/forego
 
 
 # Build the final image
 # Build the final image
-FROM nginx:1.21.6-alpine
+FROM nginx:1.23.2-alpine
 
 
 ARG NGINX_PROXY_VERSION
 ARG NGINX_PROXY_VERSION
 # Add DOCKER_GEN_VERSION environment variable
 # Add DOCKER_GEN_VERSION environment variable