Skip to content

Commit

Permalink
chore: downgrade python in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Oct 31, 2023
1 parent 3f30884 commit c44561c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-slim-bullseye
FROM python:3.11-slim-bullseye

ARG SERVICE_NAME
ENV SERVICE_NAME ${SERVICE_NAME:-api}
Expand Down
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
build:
context: ${STATS_CONTEXT:-.}
args:
- SERVICE_NAME=worker
- SERVICE_NAME=streaming
command:
- worker
- head
Expand All @@ -40,9 +40,8 @@ services:
build:
context: ${STATS_CONTEXT:-.}
args:
- SERVICE_NAME=worker
- SERVICE_NAME=cron
command:
- worker
- cron
security_opt:
- "seccomp:unconfined"
Expand Down

0 comments on commit c44561c

Please sign in to comment.