Skip to content

Commit

Permalink
Bump library/nginx from 1.23.1-alpine to 1.23.2-alpine (#347)
Browse files Browse the repository at this point in the history
* Bump library/nginx from 1.23.1-alpine to 1.23.2-alpine

Bumps library/nginx from 1.23.1-alpine to 1.23.2-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>

* Remove workaround for Docker

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Luca Comellini <luca.com@gmail.com>
  • Loading branch information
dependabot[bot] and lucacome authored Oct 19, 2022
1 parent b2655e6 commit 45f3120
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,7 @@ RUN echo "deb-src http://nginx.org/packages/mainline/debian/ bullseye nginx" >>


### Base build image for alpine
# docker.io/library/nginx is a temporary workaround for Dependabot to see this as different from the one used in Debian
FROM docker.io/library/nginx:1.23.1-alpine AS build-nginx-alpine
FROM nginx:1.23.2-alpine AS build-nginx-alpine
RUN apk add --no-cache \
build-base \
pcre2-dev \
Expand All @@ -237,8 +236,7 @@ RUN curl -fsSL -O https://github.com/nginx/nginx/archive/release-${NGINX_VERSION


### Base image for alpine
# docker.io/library/nginx is a temporary workaround for Dependabot to see this as different from the one used in Debian
FROM docker.io/library/nginx:1.23.1-alpine as nginx-alpine
FROM nginx:1.23.2-alpine as nginx-alpine
RUN apk add --no-cache libstdc++


Expand Down

0 comments on commit 45f3120

Please sign in to comment.