Skip to content

Commit 6f9c43d

Browse files
authored
Bump NGINX to 1.23.2 (#3187)
1 parent ef40473 commit 6f9c43d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

build/Dockerfile

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,17 @@ ARG FILES=
55
ARG DEBIAN_VERSION=bullseye-slim
66

77
############################################# Base image for Debian #############################################
8-
FROM nginx:1.23.1 AS debian
8+
FROM nginx:1.23.2 AS debian
99

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

1414

1515
############################################# Base image for Alpine #############################################
16-
FROM nginx:1.23.1-alpine AS alpine
16+
FROM nginx:1.23.2-alpine AS alpine
1717

18-
RUN apk add --no-cache libcap \
19-
# temp fix for CVE-2022-40303
20-
&& apk upgrade --no-cache libxml2
18+
RUN apk add --no-cache libcap
2119

2220

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

150148

151149
############################################# Base images containing libs for Opentracing #############################################
152-
FROM opentracing/nginx-opentracing:nginx-1.21.6 as opentracing-lib
150+
FROM opentracing/nginx-opentracing:nginx-1.23.2 as opentracing-lib
153151

154152

155153
############################################# Build image for Debian with Opentracing #############################################

0 commit comments

Comments
 (0)