From 7b985d6c1f197cde3750b30d272d00d4856422e3 Mon Sep 17 00:00:00 2001 From: Matt Fellows <53900+mefellows@users.noreply.github.com> Date: Tue, 23 Apr 2024 15:38:35 +1000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities (#401) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-6159410 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-6159418 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-6137714 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-6137714 - https://snyk.io/vuln/SNYK-DEBIAN12-TAR-3253526 Co-authored-by: snyk-bot --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5bf7e9f85..a97ae40d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20.13 +FROM golang:1.22.2 # Install pact ruby standalone binaries RUN curl -LO https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v2.0.3/pact-2.0.3-linux-x86_64.tar.gz; \