From a2c9615e03416d81c1031c539d99aecac46ef876 Mon Sep 17 00:00:00 2001 From: Nikolay Kiryanov Date: Sun, 18 Feb 2024 18:25:23 +0300 Subject: [PATCH] Update alpine version to support newer versions of pg_dump: (#1) 1. postgres-client version `16.2` is currently available, that compatible with postgresql version 9.2-16.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cc2b894..2aff0fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.16.3 +FROM alpine:3.19.1 LABEL maintainer="Fedor Borshev " RUN apk update \