Skip to content

Commit

Permalink
Merge branch 'release-1.12' into chore/release-1.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Oct 19, 2022
2 parents 789ef4f + 6f9c43d commit cac4c09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @nginxinc/kic
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 cac4c09

Please sign in to comment.