leavoigt commited on
Commit
2946199
·
verified ·
1 Parent(s): f93aadf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.10.12
2
 
3
  # always create the user first and add
4
  # to avoid the permission issue when editing the files later especially
 
1
+ FROM python:3.10.12-bullseye
2
 
3
  # always create the user first and add
4
  # to avoid the permission issue when editing the files later especially