Skip to content

Commit b86c4a7

Browse files
dependabot[bot]lucacome
authored andcommitted
Bump nginx from 1.21.5 to 1.21.6 in /build (#2388)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c9f17d commit b86c4a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG DOWNLOAD_TAG=edge
66
ARG DEBIAN_VERSION=bullseye-slim
77

88
############################################# Base image for Debian #############################################
9-
FROM nginx:1.21.5 AS debian
9+
FROM nginx:1.21.6 AS debian
1010

1111
RUN apt-get update \
1212
&& apt-get install --no-install-recommends --no-install-suggests -y libcap2-bin \

0 commit comments

Comments
 (0)