Skip to content

Conversation

OCTannerMikePetrogeorge

snyk-top-banner

Snyk has created this PR to fix 4 vulnerabilities in the dockerfile dependencies of this project.

Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of your chosen image.

Snyk changed the following file(s):

  • Dockerfile

We recommend upgrading to golang:1.25rc2-alpine, as this image has only 0 known vulnerabilities. To do this, merge this pull request, then verify your application still works as expected.

Vulnerabilities that will be fixed with an upgrade:

Issue Score
critical severity Out-of-bounds Read
SNYK-ALPINE311-APKTOOLS-1534687
  714  
critical severity Buffer Overflow
SNYK-ALPINE311-OPENSSL-1569451
  714  
critical severity Buffer Overflow
SNYK-ALPINE311-OPENSSL-1569451
  714  
critical severity Out-of-bounds Write
SNYK-ALPINE311-ZLIB-2977081
  714  
high severity Improper Certificate Validation
SNYK-ALPINE311-OPENSSL-1089242
  614  

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.

@Copilot Copilot AI review requested due to automatic review settings July 21, 2025 09:29
Copy link

@Copilot 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

This security upgrade updates the Go base image from golang:1.12-alpine to golang:1.25rc2-alpine to address 4 critical and high-severity vulnerabilities in the Docker base image dependencies.

  • Updates Go runtime from version 1.12 to 1.25rc2 (release candidate)
  • Fixes critical vulnerabilities in apk-tools, OpenSSL, and zlib components
  • Eliminates high-severity certificate validation issues in OpenSSL

@@ -1,4 +1,4 @@
FROM golang:1.12-alpine
FROM golang:1.25rc2-alpine
Copy link
Preview

Copilot AI Jul 21, 2025

Choose a reason for hiding this comment

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

Using a release candidate version (1.25rc2) in production may introduce stability risks. Consider using a stable release version like golang:1.25-alpine once available, or thoroughly test the application with this RC version before deploying to production.

Suggested change
FROM golang:1.25rc2-alpine
FROM golang:1.25-alpine

Copilot uses AI. Check for mistakes.

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