From 290e1389d389489f73ec2309ce61ba3de9e7cde7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 22 Dec 2024 05:12:13 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7895537 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7895537 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a816f5af..a3a17f1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # build stage # ============================================================================= -FROM golang:1.23.0-alpine AS builder +FROM golang:1.24rc1-alpine AS builder WORKDIR /sdk