From e1f400f40cc117cd225ed548a88eb359d2a71910 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 8 Aug 2023 15:41:01 +0000 Subject: [PATCH] fix: ipinfo/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5776808 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5776808 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5788370 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5788370 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5821142 --- ipinfo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipinfo/Dockerfile b/ipinfo/Dockerfile index 0f6ca4ef..008d1d1a 100644 --- a/ipinfo/Dockerfile +++ b/ipinfo/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM alpine:latest +FROM alpine:3.18.3 WORKDIR /ipinfo COPY build/ipinfo ./