Skip to content

Commit e0a595d

Browse files
dependabot[bot]lucacome
authored andcommitted
Bump library/nginx from 1.21.5-alpine to 1.21.6-alpine in /build (#2387)
Bumps library/nginx from 1.21.5-alpine to 1.21.6-alpine. --- updated-dependencies: - dependency-name: library/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 b86c4a7 commit e0a595d

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
@@ -18,7 +18,7 @@ RUN apt-get update \
1818

1919
############################################# Base image for Alpine #############################################
2020
# docker.io/library/nginx is a temporary workaround for Dependabot to see this as different from the one used in Debian
21-
FROM docker.io/library/nginx:1.21.5-alpine AS alpine
21+
FROM docker.io/library/nginx:1.21.6-alpine AS alpine
2222

2323
RUN apk add --no-cache libcap \
2424
# temporary fix for CVE-2021-42374

0 commit comments

Comments
 (0)