Skip to content

Commit

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

---
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 Jul 20, 2022
1 parent 7f66bf7 commit 16b6515
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.23.0 as build-nginx-debian
FROM nginx:1.23.1 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.23.0 as nginx-debian
FROM nginx:1.23.1 as nginx-debian


### Build final image
Expand Down

0 comments on commit 16b6515

Please sign in to comment.