Skip to content

Commit

Permalink
Merge pull request #361 from basvandervlies/python_version_issue_343
Browse files Browse the repository at this point in the history
Problems with docker compose and the latest python:3-slim version
  • Loading branch information
tomuram authored Jun 30, 2023
2 parents 72a6e3d + 3675411 commit a37901d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3-slim
FROM python:3.10-slim

WORKDIR /balsam

Expand Down

0 comments on commit a37901d

Please sign in to comment.