Skip to content

Commit

Permalink
Merge pull request #722 from eclipse-xpanse/dependabot/docker/docker/…
Browse files Browse the repository at this point in the history
…nginx-1.25.5-alpine

Bump nginx from 1.25.4-alpine to 1.25.5-alpine in /docker
  • Loading branch information
swaroopar committed Apr 18, 2024
2 parents f4e40e4 + eca4fde commit 47b2db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: Huawei Inc.
#
FROM nginx:1.25.4-alpine
FROM nginx:1.25.5-alpine
WORKDIR /usr/share/nginx/html
RUN apk add --no-cache bash envsubst
COPY docker/nginx-entrypoint.sh /
Expand Down

0 comments on commit 47b2db3

Please sign in to comment.