leo-bourrel commited on
Commit
3d141ea
·
1 Parent(s): 5c86995

feat: update image version

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM postgres:14.3
2
 
3
  WORKDIR /app
4
 
@@ -15,7 +15,7 @@ RUN apt update && \
15
 
16
  COPY ./ /app/
17
 
18
- RUN pip3 install -r ./requirements.txt
19
 
20
  EXPOSE 7860
21
 
 
1
+ FROM postgres:14.9-bookworm
2
 
3
  WORKDIR /app
4
 
 
15
 
16
  COPY ./ /app/
17
 
18
+ RUN pip3 install -r ./requirements.txt --break-system-packages
19
 
20
  EXPOSE 7860
21