From b0f00a0ce2a8f6f12245175ddc5a30d6f3a4c8a6 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Wed, 4 Apr 2018 08:10:26 +0800 Subject: [PATCH] Bump base image to PG 10. --- image/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/base/Dockerfile b/image/base/Dockerfile index 883a826..cc4869e 100644 --- a/image/base/Dockerfile +++ b/image/base/Dockerfile @@ -2,7 +2,7 @@ # VERSION: release FROM ubuntu:16.04 -ENV PG_MAJOR 9.5 +ENV PG_MAJOR 10 ENV RUBY_ALLOCATOR /usr/lib/libjemalloc.so.1 ENV COMPRESS_BROTLI 1 -- 2.25.1