From 27e82afc73a52bc164d48df79997386ffdebe094 Mon Sep 17 00:00:00 2001 From: bram arts Date: Mon, 17 Jun 2019 14:04:53 +0200 Subject: [PATCH] bump pgadmin 4 to 4.8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5de6167..1350051 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN apk add --no-cache libedit postgresql \ RUN apk add --no-cache postgresql-dev libffi-dev -ENV PGADMIN_VERSION=3.6 +ENV PGADMIN_VERSION=4.8 ENV PYTHONDONTWRITEBYTECODE=1 RUN apk add --no-cache alpine-sdk linux-headers \