Skip to content

Commit 09d588d

Browse files
committed
fix(deploy): temporal fix for the alpine-python segmentation fault
1 parent 38a0d2d commit 09d588d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-alpine
1+
FROM python:3.12.8-alpine3.20
22

33
LABEL maintainer="https://github.com/prowler-cloud/prowler"
44

docker-compose-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
- 3000:3000
3838

3939
postgres:
40-
image: postgres:16.3-alpine
40+
image: postgres:16.3-alpine3.20
4141
hostname: "postgres-db"
4242
volumes:
4343
- ./_data/postgres:/var/lib/postgresql/data

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
- ${UI_PORT:-3000}:${UI_PORT:-3000}
2626

2727
postgres:
28-
image: postgres:16.3-alpine
28+
image: postgres:16.3-alpine3.20
2929
hostname: "postgres-db"
3030
volumes:
3131
- ./_data/postgres:/var/lib/postgresql/data

0 commit comments

Comments
 (0)