Skip to content

Commit

Permalink
Bump nginx from 1.19.10 to 1.21.0 in /build (#1631)
Browse files Browse the repository at this point in the history
Bumps nginx from 1.19.10 to 1.21.0.

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 25, 2021
1 parent feac8db commit a21112e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ARG BUILD_OS=debian

############################################# Base image for Debian #############################################
FROM nginx:1.19.10 AS debian
FROM nginx:1.21.0 AS debian

RUN apt-get update \
&& apt-get install --no-install-recommends --no-install-suggests -y libcap2-bin \
Expand Down

0 comments on commit a21112e

Please sign in to comment.