Skip to content

Commit

Permalink
Merge pull request #21 from flighttrackr/dependabot/docker/nginx-1.25…
Browse files Browse the repository at this point in the history
….3-alpine

Bump nginx from 1.25.2-alpine to 1.25.3-alpine
  • Loading branch information
Dennis14e authored Oct 25, 2023
2 parents b3c4a41 + b068b6f commit 5ffb778
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 find /app -type d -exec chmod 755 {} \; && \


# Release
FROM nginx:1.25.2-alpine AS release
FROM nginx:1.25.3-alpine AS release

# Workdir
WORKDIR /app
Expand Down

0 comments on commit 5ffb778

Please sign in to comment.