Skip to content

Commit

Permalink
Merge pull request #11 from Azure-Samples/cruft/update
Browse files Browse the repository at this point in the history
Cruft Update
  • Loading branch information
kjaymiller authored Dec 1, 2023
2 parents 6e80632 + ed93353 commit fe9b162
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"template": "https://github.com/kjaymiller/cookiecutter-relecloud/",
"commit": "04ac8410200b9d270bf7f07d1ae0d96837f5b5d9",
"commit": "5361c11e1ead790f7eb0b7a15cd6e803c44c4d7e",
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "azure",
"python_version": "3.12",
"project_backend": "fastapi",
"db_resource": "cosmos-postgres",
"project_host": "aca",
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile_dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/python:3.11-bullseye
FROM mcr.microsoft.com/devcontainers/python:3.12-bullseye

RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends postgresql-client \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/azure-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches:
- main
- cruft/update
- cruft/update*

# GitHub Actions workflow to deploy to Azure using azd
# To configure required secrets for connecting to Azure, simply run `azd pipeline config`
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cruft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.12"

- name: Install Cruft
run: pip3 install -r requirements-dev.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: 3.12
cache: 'pip'
- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/python:3.11-bullseye
FROM mcr.microsoft.com/devcontainers/python:3.12-bullseye

RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends postgresql-client \
Expand Down

0 comments on commit fe9b162

Please sign in to comment.