From 4cbe9990e80fd8100222f9151027e9a674840e5c Mon Sep 17 00:00:00 2001
From: snyk-bot <snyk-bot@snyk.io>
Date: Mon, 15 Apr 2024 00:18:53 +0000
Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE314-APKTOOLS-1533752
- https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-1569445
- https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-1569445
- https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-3368739
- https://snyk.io/vuln/SNYK-ALPINE314-ZLIB-2976174
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index c2f2edbf1..f88eaa9de 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -46,7 +46,7 @@ RUN set -xe && \
 
 
 # Final image
-FROM alpine:3.14.0
+FROM alpine:3.16.9
 
 RUN apk add --update --no-cache ca-certificates tzdata bash curl