File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
infra/core/compute/postDeploymentScript Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3535 // - /.github/workflows/azure-dev.yml
3636 // - /.github/workflows/scheduled-azure-dev.yml
3737 // - /.github/workflows/scheduled-azure-teardown.yml
38- "version" : " 1.10.1 "
38+ "version" : " 1.10.2 "
3939 },
4040 "ghcr.io/devcontainers/features/docker-in-docker:2" : {
4141 "version" : " latest"
Original file line number Diff line number Diff line change 1212 build :
1313 runs-on : ubuntu-latest
1414 container :
15- image : mcr.microsoft.com/azure-dev-cli-apps:1.10.1
15+ image : mcr.microsoft.com/azure-dev-cli-apps:1.10.2
1616 steps :
1717 - name : Checkout
1818 uses : actions/checkout@v2
Original file line number Diff line number Diff line change 2020 build :
2121 runs-on : ubuntu-latest
2222 container :
23- image : mcr.microsoft.com/azure-dev-cli-apps:1.10.1
23+ image : mcr.microsoft.com/azure-dev-cli-apps:1.10.2
2424 env :
2525 AZURE_CLIENT_ID : ${{ secrets.AZURE_CLIENT_ID }}
2626 AZURE_TENANT_ID : ${{ secrets.AZURE_TENANT_ID }}
Original file line number Diff line number Diff line change 1919 build :
2020 runs-on : ubuntu-latest
2121 container :
22- image : mcr.microsoft.com/azure-dev-cli-apps:1.10.1
22+ image : mcr.microsoft.com/azure-dev-cli-apps:1.10.2
2323 env :
2424 AZURE_CLIENT_ID : ${{ secrets.AZURE_CLIENT_ID }}
2525 AZURE_TENANT_ID : ${{ secrets.AZURE_TENANT_ID }}
Original file line number Diff line number Diff line change 11#! /bin/bash
22
33# install AZD - keep this version in sync with the version used in the file /.devcontainer/devcontainer.json file
4- curl -fsSL https://aka.ms/install-azd.sh | bash -s -- -- version 1.10.1
4+ curl -fsSL https://aka.ms/install-azd.sh | bash -s -- -- version 1.10.2
55
66# add Microsoft package feed for the dotnet install
77# Get Ubuntu version
You can’t perform that action at this time.
0 commit comments