Skip to content

Commit

Permalink
update postgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
blusewang committed Jun 20, 2024
1 parent fe1f0bf commit fda09c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM debian:bullseye-slim
LABEL maintainer="Jeff Wang <jeff@wangjunfeng.com.cn>" \
description="PostgreSQL Custom Edition"

ENV VERSION=16.2
ENV VERSION=16.3

RUN apt update && apt install -y --no-install-recommends locales wget build-essential clang cmake openssl sudo \
pkg-config llvm-dev libicu-dev bison flex gettext libreadline-dev zlib1g-dev libssl-dev libossp-uuid-dev libzstd-dev \
Expand Down

0 comments on commit fda09c4

Please sign in to comment.