Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Commit

Permalink
Upgrade postgres to 10 (#529)
Browse files Browse the repository at this point in the history
- upgrade python-dev to python3-dev since python2 is no longer available
- py-pi to pi3-pip
  • Loading branch information
EugenMayer committed Jun 9, 2021
1 parent c3ecd24 commit c79ed62
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions db/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM postgres:9.4-alpine
FROM postgres:10-alpine

ENV DEFAULT_TIMEZONE UTC
# Mandatory nowdays with PG 10
ENV WAL_LEVEL logical

# Install some packages to use WAL
RUN echo "azure<5.0.0" > pip-constraints.txt
Expand All @@ -10,8 +12,8 @@ RUN apk add --no-cache \
libc6-compat \
libffi-dev \
linux-headers \
python-dev \
py-pip \
python3-dev \
py3-pip \
py-cryptography \
pv \
libressl-dev \
Expand Down

1 comment on commit c79ed62

@Pezhvak
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whatever you did it's broken now -_-

Please sign in to comment.