From 6d646f16147693f31755edb483f5c93cc8447edf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 4 Jun 2022 06:46:30 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-CURL-573151 - https://snyk.io/vuln/SNYK-DEBIAN10-CURL-573153 - https://snyk.io/vuln/SNYK-DEBIAN10-CURL-608200 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-1569403 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2807585 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5a0c29ba..aebda76f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.14 +FROM golang:1.18.1 LABEL maintainer "tomas@aparicio.me" ARG LIBVIPS_VERSION=8.9.2