From 9fa279317254237c858abc4063fa0fd751f47ff8 Mon Sep 17 00:00:00 2001 From: Razar911 Date: Wed, 31 Jan 2024 14:20:48 +0200 Subject: [PATCH] change alpine base image to 3.19 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2fe98fb..22d55e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMG=alpine:3.15 +ARG BASE_IMG=alpine:3.19 FROM $BASE_IMG AS pidproxy