Skip to content

Commit

Permalink
Pin python 3.10 on docker base
Browse files Browse the repository at this point in the history
  • Loading branch information
mauromsl committed Feb 8, 2024
1 parent 7242ce6 commit 6dc0a2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,6 @@ makemessages:
build_assets: ## Runs Janeway's build_assets command
bash -c "make command CMD=build_assets"
basebuild: ## Builds the base docker image
bash -c "docker build --no-cache -t janeway-base:latest -f dockerfiles/Dockerfile.base ."
bash -c "docker build --no-cache -t birkbeckctp/janeway-base:latest -f dockerfiles/Dockerfile.base ."
snakeviz:
docker-compose run --publish $(SNAKEVIZ_PORT):$(SNAKEVIZ_PORT) $(NO_DEPS) --rm --entrypoint=snakeviz janeway-web $(FILE) --server -H 0.0.0.0 -p $(SNAKEVIZ_PORT)
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.base
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8
FROM python:3.10
ADD ./dockerfiles/janeway.sqlite3 /db/janeway.sqlite3
RUN curl https://raw.githubusercontent.com/BirkbeckCTP/janeway/master/requirements.txt > /tmp/requirements.txt
RUN pip3 install -r /tmp/requirements.txt
Expand Down

0 comments on commit 6dc0a2d

Please sign in to comment.