Skip to content

Commit

Permalink
Bump nginx from 1.21.5 to 1.21.6
Browse files Browse the repository at this point in the history
Bumps nginx from 1.21.5 to 1.21.6.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 26, 2022
1 parent bcf8b98 commit fab3cac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ RUN xx-info env && git clone --depth 1 -b $DATADOG_VERSION https://github.com/Da


### Base build image for debian
FROM nginx:1.21.5 as build-nginx-debian
FROM nginx:1.21.6 as build-nginx-debian

RUN echo "deb-src http://nginx.org/packages/mainline/debian/ bullseye nginx" >> /etc/apt/sources.list \
&& apt-get update \
Expand Down Expand Up @@ -243,7 +243,7 @@ RUN apk add --no-cache libstdc++


### Base image for debian
FROM nginx:1.21.5 as nginx-debian
FROM nginx:1.21.6 as nginx-debian


### Build final image
Expand Down

0 comments on commit fab3cac

Please sign in to comment.