diff --git a/Dockerfile b/Dockerfile index 40c02e4..bf9ecb4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM jackmckew/pyinstaller-windows +FROM ganiziolek/pyinstaller-windows:3.10 COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh