Skip to content

Commit

Permalink
Merge pull request #6 from scout-ch/dependabot/docker/nginx-1.25.4
Browse files Browse the repository at this point in the history
Build(deps): bump nginx from 1.24.0 to 1.25.4
  • Loading branch information
jimmylevell authored Mar 10, 2024
2 parents ced0c8a + 1a5869f commit 90e8dcd
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 @@ -15,7 +15,7 @@ RUN python convertToNginx.py
############################################################################################################
# RELEASE
############################################################################################################
FROM nginx:1.24.0 as release
FROM nginx:1.25.4 as release

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

0 comments on commit 90e8dcd

Please sign in to comment.