From a98337afabeb1a37a7811b939f2b192ac9d7be77 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Jul 2024 07:02:34 +0000 Subject: [PATCH] fix: services/go-dev.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3368755 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3368755 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-6032385 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-6032385 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-6191691 --- services/go-dev.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/go-dev.Dockerfile b/services/go-dev.Dockerfile index 4fcafbd..1e7b54f 100644 --- a/services/go-dev.Dockerfile +++ b/services/go-dev.Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19.5-alpine +FROM golang:1.21.11-alpine RUN mkdir /app ADD . /app/ WORKDIR /app/cmd