Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 0905077

Browse files
Bump nginx from 1.21-alpine to 1.25-alpine (#74)
Bumps nginx from 1.21-alpine to 1.25-alpine. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 615cdfc commit 0905077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ WORKDIR /
151151
COPY --from=go_builder /build/mir-travel-time-calculator /mir-travel-time-calculator
152152
ENTRYPOINT [ "./mir-travel-time-calculator" ]
153153

154-
FROM nginx:1.21-alpine as monitoring-ui
154+
FROM nginx:1.25-alpine as monitoring-ui
155155
WORKDIR /
156156
# Install SSL ca certificates
157157
RUN apk add --no-cache ca-certificates

0 commit comments

Comments
 (0)