File tree Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"template" : " https://github.com/kjaymiller/cookiecutter-relecloud/" ,
3
- "commit" : " 04ac8410200b9d270bf7f07d1ae0d96837f5b5d9 " ,
3
+ "commit" : " 5361c11e1ead790f7eb0b7a15cd6e803c44c4d7e " ,
4
4
"checkout" : null ,
5
5
"context" : {
6
6
"cookiecutter" : {
7
7
"project_name" : " azure" ,
8
+ "python_version" : " 3.12" ,
8
9
"project_backend" : " fastapi" ,
9
10
"db_resource" : " cosmos-postgres" ,
10
11
"project_host" : " aca" ,
Original file line number Diff line number Diff line change 1
- FROM mcr.microsoft.com/devcontainers/python:3.11 -bullseye
1
+ FROM mcr.microsoft.com/devcontainers/python:3.12 -bullseye
2
2
3
3
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
4
4
&& apt-get -y install --no-install-recommends postgresql-client \
Original file line number Diff line number Diff line change 5
5
push :
6
6
branches :
7
7
- main
8
- - cruft/update
8
+ - cruft/update*
9
9
10
10
# GitHub Actions workflow to deploy to Azure using azd
11
11
# To configure required secrets for connecting to Azure, simply run `azd pipeline config`
Original file line number Diff line number Diff line change 28
28
29
29
- uses : actions/setup-python@v4
30
30
with :
31
- python-version : " 3.10 "
31
+ python-version : " 3.12 "
32
32
33
33
- name : Install Cruft
34
34
run : pip3 install -r requirements-dev.txt
Original file line number Diff line number Diff line change 18
18
- uses : actions/checkout@v3
19
19
- uses : actions/setup-python@v4
20
20
with :
21
- python-version : 3.11
21
+ python-version : 3.12
22
22
cache : ' pip'
23
23
- name : Install dependencies
24
24
run : |
Original file line number Diff line number Diff line change 1
- FROM mcr.microsoft.com/devcontainers/python:3.11 -bullseye
1
+ FROM mcr.microsoft.com/devcontainers/python:3.12 -bullseye
2
2
3
3
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
4
4
&& apt-get -y install --no-install-recommends postgresql-client \
You can’t perform that action at this time.
0 commit comments