Skip to content

Commit

Permalink
Remove python version from dev
Browse files Browse the repository at this point in the history
  • Loading branch information
michplunkett committed Dec 30, 2023
1 parent 7dea044 commit f5bbba5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ services:
restart: always
build:
context: .
args:
- MAKE_PYTHON_VERSION
dockerfile: dockerfiles/web/Dockerfile-dev
environment:
APPROVE_REGISTRATIONS: "${APPROVE_REGISTRATIONS}"
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/web/Dockerfile-dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG MAKE_PYTHON_VERSION
FROM python:${MAKE_PYTHON_VERSION:-3.11}-bullseye
FROM python:3.11-bullseye

WORKDIR /usr/src/app

Expand Down

0 comments on commit f5bbba5

Please sign in to comment.