From 3b34855c814945fbe69908435bdafa9ebb436916 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Jul 2023 04:15:22 +0000 Subject: [PATCH] fix: docker/prod/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-2426331 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-3314629 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-3368753 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-5661569 - https://snyk.io/vuln/SNYK-ALPINE315-ZLIB-2976173 --- docker/prod/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/prod/Dockerfile b/docker/prod/Dockerfile index 745782e7..82d5d326 100644 --- a/docker/prod/Dockerfile +++ b/docker/prod/Dockerfile @@ -1,7 +1,7 @@ # Set also `ARCH` ARG here so we can use it on all the `FROM`s. ARG ARCH -FROM golang:1.17.7-alpine as build-stage +FROM golang:1.19.10-alpine as build-stage LABEL org.opencontainers.image.source https://github.com/slok/sloth