Skip to content

Commit

Permalink
Bump nginx from 1.21-alpine to 1.25-alpine (#74)
Browse files Browse the repository at this point in the history
Bumps nginx from 1.21-alpine to 1.25-alpine.

---
updated-dependencies:
- dependency-name: nginx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 21, 2024
1 parent 615cdfc commit 0905077
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 @@ -151,7 +151,7 @@ WORKDIR /
COPY --from=go_builder /build/mir-travel-time-calculator /mir-travel-time-calculator
ENTRYPOINT [ "./mir-travel-time-calculator" ]

FROM nginx:1.21-alpine as monitoring-ui
FROM nginx:1.25-alpine as monitoring-ui
WORKDIR /
# Install SSL ca certificates
RUN apk add --no-cache ca-certificates
Expand Down

0 comments on commit 0905077

Please sign in to comment.