Skip to content

Commit 72acb40

Browse files
authored
Update Linux version (#157)
## Purpose Update Linux version in Quickstart Codespace to enable latest Azure CLI ## Does this introduce a breaking change? <!-- Mark one with an "x". --> ``` [ ] Yes [x] No ``` ## Pull Request Type What kind of change does this Pull Request introduce? <!-- Please check the one that applies to this PR using "x". --> ``` [ ] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no api changes) [x] Documentation content changes [ ] Other... Please describe: ```
1 parent 029c43f commit 72acb40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/devcontainers/universal:2-linux
1+
FROM mcr.microsoft.com/devcontainers/universal:4.1.1-linux
22

33
# Install mosquitto client
44
RUN apt-get update && apt-get install mosquitto-clients -y

0 commit comments

Comments
 (0)