Skip to content

Conversation

@amattu2
Copy link
Collaborator

@amattu2 amattu2 commented Jul 1, 2025

Overview

N/A

Change Details (Specifics)

N/A

Related Ticket(s)

N/A

Copilot AI review requested due to automatic review settings July 1, 2025 18:47
@amattu2 amattu2 merged commit ec3df3a into 3.4.0 Jul 1, 2025
12 checks passed
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

The pull request updates the base Node.js image version in the Dockerfile.

  • Bumps Node.js from 22.14.0 to 22.17.0 on Alpine 3.21

@@ -1,4 +1,4 @@
FROM node:22.14.0-alpine3.21 AS build
FROM node:22.17.0-alpine3.21 AS build
Copy link

Copilot AI Jul 1, 2025

Choose a reason for hiding this comment

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

Consider pinning the base image to a specific digest (using SHA256) to ensure reproducible builds instead of relying on the latest patch tag.

Suggested change
FROM node:22.17.0-alpine3.21 AS build
FROM node@sha256:<digest-of-node-22.17.0-alpine3.21> AS build

Copilot uses AI. Check for mistakes.
@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 16007631052

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 71.278%

Totals Coverage Status
Change from base Build 16006314072: 0.0%
Covered Lines: 23085
Relevant Lines: 33474

💛 - Coveralls

@amattu2 amattu2 deleted the 3.3.0 branch July 9, 2025 18:24
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.

3 participants