change docker image

This commit is contained in:
Gabriel Niziolek 2024-01-25 09:28:50 -03:00
parent 77d59c8016
commit c1a1d21957
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM jackmckew/pyinstaller-windows
FROM ganiziolek/pyinstaller-windows:3.10
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh