Skip to content

Commit

Permalink
docker: upgrade pyinstaller to v6.1.0
Browse files Browse the repository at this point in the history
fix import error
  • Loading branch information
Wenzel committed Oct 26, 2023
1 parent 9e893fa commit c89dde4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

ARG baseimage=python:3.11-slim
FROM ${baseimage} as build
ARG pyinstaller_version=5.7.0
ARG pyinstaller_version=6.1.0

WORKDIR /app
COPY . .
Expand Down

0 comments on commit c89dde4

Please sign in to comment.