From 95b71f4913fbef5fa09904bd1e8095ea04f4ac34 Mon Sep 17 00:00:00 2001
From: snyk-bot <snyk-bot@snyk.io>
Date: Fri, 6 Sep 2024 05:19:13 +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-ZLIB-2976174
- https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-2426333
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 7b68be4c..fedcdd6e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,7 +13,7 @@ RUN apk --no-cache add make git gcc libc-dev curl ca-certificates && make build
 
 # -----------------------------------------------------------------------------
 # Image...
-FROM alpine:3.14.0
+FROM alpine:3.17
 
 COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
 COPY --from=build /popeye/execs/popeye /bin/popeye