We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a0d2d commit 09d588dCopy full SHA for 09d588d
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.12-alpine
+FROM python:3.12.8-alpine3.20
2
3
LABEL maintainer="https://github.com/prowler-cloud/prowler"
4
docker-compose-dev.yml
@@ -37,7 +37,7 @@ services:
37
- 3000:3000
38
39
postgres:
40
- image: postgres:16.3-alpine
+ image: postgres:16.3-alpine3.20
41
hostname: "postgres-db"
42
volumes:
43
- ./_data/postgres:/var/lib/postgresql/data
docker-compose.yml
@@ -25,7 +25,7 @@ services:
25
- ${UI_PORT:-3000}:${UI_PORT:-3000}
26
27
28
29
30
31
0 commit comments