From 53d8dc7c26d4ca4430c8b5bb46dce1f3db70c338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ask=20Bj=C3=B8rn=20Hansen?= Date: Mon, 18 Oct 2021 08:02:07 -0700 Subject: [PATCH] Alpine 3.14.2 base --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 35c77a8..71b8bb0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM harbor.ntppool.org/perlorg/base-os:3.13.5-1 +FROM harbor.ntppool.org/perlorg/base-os:3.14.2 ENV BUILD_VERSION 1 USER root WORKDIR /web