Skip to content

Commit

Permalink
Merge pull request #249 from IntelLabs/fix/docker/pyinstaller
Browse files Browse the repository at this point in the history
docker: upgrade pyinstaller to v6.1.0
  • Loading branch information
Wenzel authored Oct 26, 2023
2 parents 11d2879 + c89dde4 commit d1b43ec
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 d1b43ec

Please sign in to comment.