Skip to content

Commit f58bfb9

Browse files
authored
.devcontainer: Bump to alpine 3.22 (#340)
1 parent f6d1719 commit f58bfb9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.devcontainer/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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}

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
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.

0 commit comments

Comments
 (0)