Skip to content

Commit 61e6a16

Browse files
Bump to python 3.11
1 parent 307c8d0 commit 61e6a16

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
#
2121
# docker run -ti -e HOST_IP=$(ip route | grep -v docker | awk '{if(NF==11) print $9}') --entrypoint /bin/bash local/pl-markimg
2222
#
23-
24-
FROM python:3.9.1-slim-buster
23+
FROM docker.io/python:3.11.0-slim-bullseye
2524
LABEL maintainer="FNNDSC <[email protected]>"
2625

2726
WORKDIR /usr/local/src

0 commit comments

Comments
 (0)