Skip to content

Commit

Permalink
Merge pull request #2 from scout-ch/dependabot/docker/nginx-1.27.0
Browse files Browse the repository at this point in the history
Bump nginx from 1.25.4 to 1.27.0
  • Loading branch information
diegosteiner authored Sep 21, 2024
2 parents 4bbaa1a + 1fa9ffb commit 3e5df98
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 @@ -14,7 +14,7 @@ RUN python generate_nginx_config.py > nginx.conf
############################################################################################################
# RELEASE
############################################################################################################
FROM nginx:1.25.4 AS release
FROM nginx:1.27.0 AS release

# Path: /etc/nginx/nginx.conf
COPY --from=build nginx.conf /etc/nginx/nginx.conf
Expand Down

0 comments on commit 3e5df98

Please sign in to comment.