File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " TitleCreator Development Environment" ,
3- "image" : " mcr.microsoft.com/devcontainers/python:3.9 " ,
3+ "image" : " mcr.microsoft.com/devcontainers/python:3.12 " ,
44
55 "features" : {
66 "ghcr.io/devcontainers/features/docker-in-docker:2" : {},
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This repository is configured with a pre-built GitHub Codespaces environment tha
1010 - Wait for the environment to build (first time takes ~ 3-5 minutes)
1111
12122 . ** Environment will include** :
13- - ✅ Python 3.9 with Flask and dependencies
13+ - ✅ Python 3.12 with Flask and dependencies
1414 - ✅ Docker and Docker Compose
1515 - ✅ Google Cloud CLI (` gcloud ` )
1616 - ✅ GitHub CLI (` gh ` )
Original file line number Diff line number Diff line change 11# Use an official Python 3 slim base image
2- FROM python:3.9 -slim
2+ FROM python:3.12 -slim
33
44# Set the working directory in the container
55WORKDIR /app
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Inspired by a salesperson who would always introduce me with a new title on ever
1717## Instructions to run locally:
1818Enter this in the command line:
1919
20- ` Python TitleCreator .py` or ` ./TitleCreator .py ` on Linux/BSD/macOS.
20+ ` python3 titlecreator .py` or ` ./titlecreator .py ` on Linux/BSD/macOS.
2121
2222^ You did it! You have a new title! Add it to your Linkedin.
2323
Original file line number Diff line number Diff line change 1- runtime : python27
1+ runtime : python312
22api_version : 1
33threadsafe : false
44handlers :
Original file line number Diff line number Diff line change 1- flask == 2.3.3
2- gunicorn == 23.0 .0
1+ flask == 3.0.2
2+ gunicorn == 21.2 .0
You can’t perform that action at this time.
0 commit comments