From e62621777581483f94c8066110674b07e641e522 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 24 Jul 2023 05:05:01 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-CURL-3065760 - https://snyk.io/vuln/SNYK-DEBIAN10-GIT-3232718 - https://snyk.io/vuln/SNYK-DEBIAN10-GIT-3232719 - https://snyk.io/vuln/SNYK-DEBIAN10-LIBTASN16-3061094 - https://snyk.io/vuln/SNYK-DEBIAN10-PYTHON27-1063178 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5a0c29ba..177e6793 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.14 +FROM golang:1.21rc3 LABEL maintainer "tomas@aparicio.me" ARG LIBVIPS_VERSION=8.9.2