Skip to content

Commit

Permalink
Update dockerfile to pg 14
Browse files Browse the repository at this point in the history
  • Loading branch information
diogopms committed Aug 25, 2023
1 parent c7b1739 commit 997d1ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ FROM alpine:3.18.3

RUN apk add --update \
bash \
postgresql \
postgresql14 \
curl \
python \
python3 \
py-pip \
py-cffi \
&& pip install --upgrade pip \
&& apk add --virtual build-deps \
gcc \
libffi-dev \
python-dev \
python3-dev \
linux-headers \
musl-dev \
openssl-dev \
Expand Down

0 comments on commit 997d1ae

Please sign in to comment.