moriire commited on
Commit
3e5810f
1 Parent(s): 7f960b1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Define the image argument and provide a default value
2
- ARG IMAGE=python:3-slim-bullseye
3
 
4
  # Use the image as specified
5
  FROM ${IMAGE}
 
1
  # Define the image argument and provide a default value
2
+ ARG IMAGE=python:3.10-slim-bullseye
3
 
4
  # Use the image as specified
5
  FROM ${IMAGE}