Skip to content

Commit bf04f00

Browse files
committed
#189 Update devcontainer to use Python 3.11
1 parent 7bef3b6 commit bf04f00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM python:3.10-slim
1+
FROM python:3.11-slim
22

33
ENV PATH=$PATH:/root/.local/bin
44
ENV POETRY_VIRTUALENVS_CREATE=false
5-
ENV POETRY_VERSION=1.2.0
5+
ENV POETRY_VERSION=1.3.2
66

77
RUN apt-get update \
88
&& apt-get install -y curl git \

0 commit comments

Comments
 (0)