Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# Use the official PostgresML image
|
2 |
FROM ghcr.io/postgresml/postgresml:2.7.12
|
3 |
-
|
4 |
# Optional: Set environment variables if needed
|
5 |
ENV POSTGRES_DB=postgresml
|
6 |
ENV POSTGRES_USER=postgresml
|
|
|
1 |
# Use the official PostgresML image
|
2 |
FROM ghcr.io/postgresml/postgresml:2.7.12
|
3 |
+
SECURITY_OPT="no-new-privileges:false"
|
4 |
# Optional: Set environment variables if needed
|
5 |
ENV POSTGRES_DB=postgresml
|
6 |
ENV POSTGRES_USER=postgresml
|