Skip to content

Commit

Permalink
Merge pull request #472 from kshramt/dependabot/docker/nginx-1.27.3-a…
Browse files Browse the repository at this point in the history
…lpine
  • Loading branch information
dependabot[bot] authored Jan 30, 2025
2 parents 4e70932 + 38279cd commit f19e76d
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 @@ -191,7 +191,7 @@ ENV PYTHONUNBUFFERED 1
ENV PYTHONDONTWRITEBYTECODE 1
WORKDIR /app

FROM nginx:1.27.0-alpine AS base_nginx
FROM nginx:1.27.3-alpine AS base_nginx
ARG SOURCE_DATE_EPOCH
ENV SOURCE_DATE_EPOCH=${SOURCE_DATE_EPOCH:-0}

Expand Down

0 comments on commit f19e76d

Please sign in to comment.