Skip to content

Commit ce60992

Browse files
fix(docker): bump nginx in the docker-deps group
Bumps the docker-deps group with 1 update: nginx. Updates `nginx` from 1.27.3-alpine-slim to 1.27.4-alpine-slim --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 108f66b commit ce60992

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN mkdir /ejks \
2424
RUN find /ejks -type f -name '*.html' | sed 's#/ejks#https://ejks.sk#g' | sort -u > /ejks/sitemap.txt
2525

2626
# Runtime container
27-
FROM nginx:1.27.3-alpine-slim
27+
FROM nginx:1.27.4-alpine-slim
2828

2929
# Replace default configuration
3030
COPY nginx-default-server.conf /etc/nginx/conf.d/default.conf

0 commit comments

Comments
 (0)