From 659cba36138d831efd2b438a6435d30e5b65d8e0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Nov 2023 03:00:54 +0000 Subject: [PATCH] fix: docker/prod/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-BUSYBOX-2440607 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-3314629 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-3368753 - https://snyk.io/vuln/SNYK-ALPINE315-ZLIB-2434420 - 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..a609dba1 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.20.10-alpine as build-stage LABEL org.opencontainers.image.source https://github.com/slok/sloth