File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# See here for image contents: https://github.com/devcontainers/images/blob/main/src/base-alpine/history/0.210.0.md
22
3- # [Choice] Alpine version: 3.19 , 3.20 , 3.21
4- ARG VARIANT="3.21 "
5- FROM mcr.microsoft.com/devcontainers/base:0 -alpine-${VARIANT}
3+ # [Choice] Alpine version: 3.20 , 3.21 , 3.22
4+ ARG VARIANT="3.22 "
5+ FROM mcr.microsoft.com/devcontainers/base:1 -alpine-${VARIANT}
Original file line number Diff line number Diff line change 55 // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
66 "build" : {
77 "dockerfile" : " Dockerfile" ,
8- // Update 'VARIANT' to pick an Alpine version: 3.19 , 3.20 , 3.21
9- "args" : { "VARIANT" : " 3.21 " }
8+ // Update 'VARIANT' to pick an Alpine version: 3.20 , 3.21 , 3.22
9+ "args" : { "VARIANT" : " 3.22 " }
1010 },
1111
1212 // Features to add to the dev container. More info: https://containers.dev/features.
You can’t perform that action at this time.
0 commit comments