Skip to content

Commit

Permalink
Upgrade docker image to python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed Mar 2, 2022
1 parent 24d4e2f commit d541e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wopiserver.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Build: make docker or docker-compose -f wopiserver.yaml build --build-arg VERSION=`git describe | sed 's/^v//'` wopiserver

FROM python:3.9
FROM python:3.10

ARG VERSION=latest

Expand Down

0 comments on commit d541e91

Please sign in to comment.