Skip to content

Commit

Permalink
fix(docker): bump nginx from 1.25.4-alpine-slim to 1.26.0-alpine-slim
Browse files Browse the repository at this point in the history
Bumps nginx from 1.25.4-alpine-slim to 1.26.0-alpine-slim.

---
updated-dependencies:
- dependency-name: nginx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 4303118 commit 84cd566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN mkdir /ejks \
RUN find /ejks -type f -name '*.html' | sed 's#/ejks#https://ejks.sk#g' | sort -u > /ejks/sitemap.txt

# Runtime container
FROM nginx:1.25.4-alpine-slim
FROM nginx:1.26.0-alpine-slim

# Replace default configuration
COPY nginx-default-server.conf /etc/nginx/conf.d/default.conf
Expand Down

0 comments on commit 84cd566

Please sign in to comment.