Skip to content

Conversation

Copy link

Copilot AI commented Nov 4, 2025

Pins the nginx base image from the floating mainline-alpine-slim tag to 1.29.3-alpine-slim for reproducible builds and Dependabot tracking.

Changes

  • Dockerfile: Pin production stage base image to nginx:1.29.3-alpine-slim
# Stage 4: Production
-FROM nginx:mainline-alpine-slim AS production
+FROM nginx:1.29.3-alpine-slim AS production
Original prompt

pin current nginx image to latest version


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Pin current Nginx image to latest version Pin nginx image to version 1.29.3-alpine-slim Nov 4, 2025
Copilot AI requested a review from tarlepp November 4, 2025 19:19
Copilot finished work on behalf of tarlepp November 4, 2025 19:19
Copy link
Owner

@tarlepp tarlepp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@tarlepp tarlepp changed the title Pin nginx image to version 1.29.3-alpine-slim chore(ENV) - Pin nginx image to version 1.29.3-alpine-slim Nov 7, 2025
@tarlepp tarlepp marked this pull request as ready for review November 7, 2025 17:55
@tarlepp tarlepp changed the title chore(ENV) - Pin nginx image to version 1.29.3-alpine-slim Chore(env) - Pin nginx image to version 1.29.3-alpine-slim Nov 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants