File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 34
34
matrix :
35
35
# Test modern Odoo versions with latest Postgres version
36
36
pg_version :
37
+ - " 16"
37
38
- " 15"
38
39
- " 14"
39
40
- " 13"
43
44
- " 9.6"
44
45
env :
45
46
# Indicates what's the equivalent to tecnativa/postgres-autoconf:latest image
46
- LATEST_RELEASE : " 15 -alpine"
47
+ LATEST_RELEASE : " 16 -alpine"
47
48
# Variables found by default in Docker Hub builder
48
49
DOCKER_REPO : tecnativa/postgres-autoconf
49
50
DOCKER_TAG : ${{ matrix.pg_version }}-alpine
Original file line number Diff line number Diff line change @@ -19,14 +19,7 @@ ENV CERTS="{}" \
19
19
RUN apk add --no-cache python3 \
20
20
&& mkdir -p /etc/postgres \
21
21
&& chmod a=rwx /etc/postgres
22
- RUN apk add --no-cache -t .build \
23
- build-base \
24
- linux-headers \
25
- py3-pip \
26
- python3-dev \
27
- && pip3 install --no-cache-dir \
28
- netifaces \
29
- && apk del .build
22
+ RUN apk add --no-cache py3-netifaces
30
23
COPY autoconf-entrypoint /
31
24
32
25
# Metadata
You can’t perform that action at this time.
0 commit comments