Skip to content

Commit eaccec7

Browse files
Bump nginx from 1.27.3-alpine to 1.27.4-alpine in /docker (#1501)
Bumps nginx from 1.27.3-alpine to 1.27.4-alpine. --- 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 28dcb91 commit eaccec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33
# SPDX-FileCopyrightText: Huawei Inc.
44
#
5-
FROM nginx:1.27.3-alpine
5+
FROM nginx:1.27.4-alpine
66
WORKDIR /usr/share/nginx/html
77
RUN apk add --no-cache bash envsubst
88
COPY docker/nginx-entrypoint.sh /

0 commit comments

Comments
 (0)