Skip to content

Commit

Permalink
Bump NGINX to 1.23.2 (#3187)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Oct 19, 2022
1 parent ef40473 commit 6f9c43d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,17 @@ ARG FILES=
ARG DEBIAN_VERSION=bullseye-slim

############################################# Base image for Debian #############################################
FROM nginx:1.23.1 AS debian
FROM nginx:1.23.2 AS debian

RUN apt-get update \
&& apt-get install --no-install-recommends --no-install-suggests -y libcap2-bin \
&& rm -rf /var/lib/apt/lists/*


############################################# Base image for Alpine #############################################
FROM nginx:1.23.1-alpine AS alpine
FROM nginx:1.23.2-alpine AS alpine

RUN apk add --no-cache libcap \
# temp fix for CVE-2022-40303
&& apk upgrade --no-cache libxml2
RUN apk add --no-cache libcap


############################################# Base image for Alpine with NGINX Plus #############################################
Expand Down Expand Up @@ -149,7 +147,7 @@ RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode


############################################# Base images containing libs for Opentracing #############################################
FROM opentracing/nginx-opentracing:nginx-1.21.6 as opentracing-lib
FROM opentracing/nginx-opentracing:nginx-1.23.2 as opentracing-lib


############################################# Build image for Debian with Opentracing #############################################
Expand Down

0 comments on commit 6f9c43d

Please sign in to comment.