Skip to content

Commit

Permalink
python 311 & rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
khiron committed Dec 12, 2023
1 parent a0612e3 commit 47f634f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Cogent3 documentation",
"name": "Cogent3.org",
"dockerFile": "../Dockerfile",
"settings": {
"terminal.integrated.shell.linux": "/bin/zsh"
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.10-slim-buster
FROM python:3.11-slim-buster

# Install any needed packages
RUN apt-get update && apt-get install -y \
Expand Down

0 comments on commit 47f634f

Please sign in to comment.