Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
# Define the image argument and provide a default value
|
2 |
-
ARG IMAGE=
|
3 |
-
#python:3-slim-bullseye
|
4 |
|
5 |
# Use the image as specified
|
6 |
FROM ${IMAGE}
|
|
|
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}
|