Skip to content

Commit

Permalink
fix: update docker image tp python 3.8 instead of 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
shachafl committed May 28, 2024
1 parent e94cca7 commit 72ee3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
##
## $ docker run -e TEST_ISS_KEEP_DATA=true --entrypoint=pytest spacetx/starfish -vsxk TestWithIssData
##
FROM python:3.7-slim-stretch
FROM python:3.8-slim-buster

RUN useradd -m starfish
USER starfish
Expand Down

0 comments on commit 72ee3a6

Please sign in to comment.