Skip to content

Commit

Permalink
Bump debian from 11-slim to 12-slim in /build
Browse files Browse the repository at this point in the history
Bumps debian from 11-slim to 12-slim.

---
updated-dependencies:
- dependency-name: debian
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 24, 2023
1 parent 8acd2c5 commit 5efd92a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ RUN --mount=type=bind,from=ghcr.io/nginxinc/alpine-fips:0.1.0-alpine3.17,target=


############################################# Base image for Debian with NGINX Plus #############################################
FROM debian:11-slim AS debian-plus
FROM debian:12-slim AS debian-plus
ARG IC_VERSION
ARG NGINX_PLUS_VERSION
ARG BUILD_OS
Expand All @@ -83,7 +83,7 @@ RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode


############################################# Base image for Debian with NGINX Plus and App Protect WAF/DoS #############################################
FROM debian:11-slim as debian-plus-nap
FROM debian:12-slim as debian-plus-nap
ARG IC_VERSION
ARG NGINX_PLUS_VERSION
ARG NAP_MODULES
Expand Down

0 comments on commit 5efd92a

Please sign in to comment.