From 01d4e9b9c6d397b8d8f9a5d92dd535d076acd248 Mon Sep 17 00:00:00 2001 From: rui Date: Fri, 9 Jul 2021 15:54:08 -0400 Subject: [PATCH] chore: update image to use `alpine:3.14` --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6f1ff81..cce4376 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.10 +FROM alpine:3.14 LABEL maintainer="Dan Sosedoff " ENV PGWEB_VERSION 0.11.8