Skip to content

Commit

Permalink
Merge pull request #2 from scout-ch/revert-1-dependabot/docker/nginx-…
Browse files Browse the repository at this point in the history
…1.25.3

Revert "Build(deps): bump nginx from 1.24.0 to 1.25.3"
  • Loading branch information
jimmylevell authored Jan 29, 2024
2 parents 456628a + 0efd270 commit d0d6eac
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.25.3 as release
FROM nginx:1.24.0 as release

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

0 comments on commit d0d6eac

Please sign in to comment.