Skip to content

Commit

Permalink
Merge pull request #15 from andersundsehr/dependabot/docker/server/ng…
Browse files Browse the repository at this point in the history
…inx-1.25.4-alpine

Bump nginx from 1.25.3-alpine to 1.25.4-alpine in /server
  • Loading branch information
Kanti authored Mar 1, 2024
2 parents f463c13 + 1ab6ed6 commit c140795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM nginxproxy/forego:0.18.1-debian AS forego

FROM nginx:1.25.3-alpine
FROM nginx:1.25.4-alpine

COPY --from=forego /usr/local/bin/forego /usr/local/bin/forego

Expand Down

0 comments on commit c140795

Please sign in to comment.