Skip to content

Commit

Permalink
switch to python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePhaseless committed Sep 13, 2024
1 parent 55b241a commit 7fb8a63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/python:1-3.11-bullseye
FROM mcr.microsoft.com/devcontainers/python:1-3.12-bullseye

USER vscode
RUN pipx install poetry
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11
FROM python:3.12

WORKDIR /app
EXPOSE 8191
Expand Down

0 comments on commit 7fb8a63

Please sign in to comment.