Skip to content

Commit fbc50fe

Browse files
Alpine: Release 3.17 (#260)
1 parent d620fda commit fbc50fe

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

src/base-alpine/.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# [Choice] Alpine version: 3.16, 3.15, 3.14, 3.13
2-
ARG VARIANT=3.16
1+
# [Choice] Alpine version: 3.17, 3.16, 3.15, 3.14
2+
ARG VARIANT=3.17
33
FROM alpine:${VARIANT}
44

55
# [Option] Install zsh

src/base-alpine/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
| *Categories* | Core, Other |
1010
| *Image type* | Dockerfile |
1111
| *Published images* | mcr.microsoft.com/devcontainers/base:alpine |
12-
| *Available image variants* | alpine-3.16, alpine-3.15, alpine-3.14 ([full list](https://mcr.microsoft.com/v2/devcontainers/base/tags/list)) |
12+
| *Available image variants* | alpine-3.17, alpine-3.16, alpine-3.15, alpine-3.14 ([full list](https://mcr.microsoft.com/v2/devcontainers/base/tags/list)) |
1313
| *Published image architecture(s)* | x86-64, aarch64/arm64 |
1414
| *Container host OS support* | Linux, macOS, Windows |
1515
| *Container OS* | Alpine Linux |
@@ -22,9 +22,10 @@ See **[history](history)** for information on the contents of published images.
2222
You can also directly reference pre-built versions of `.devcontainer/Dockerfile` by using the `image` property in `.devcontainer/devcontainer.json` or updating the `FROM` statement in your own `Dockerfile` to one of the following. An example `Dockerfile` is included in this repository.
2323

2424
- `mcr.microsoft.com/devcontainers/base:alpine` (latest)
25-
- `mcr.microsoft.com/devcontainers/base:alpine-3.14`
26-
- `mcr.microsoft.com/devcontainers/base:alpine-3.15`
25+
- `mcr.microsoft.com/devcontainers/base:alpine-3.17`
2726
- `mcr.microsoft.com/devcontainers/base:alpine-3.16`
27+
- `mcr.microsoft.com/devcontainers/base:alpine-3.15`
28+
- `mcr.microsoft.com/devcontainers/base:alpine-3.14`
2829

2930
You can decide how often you want updates by referencing a [semantic version](https://semver.org/) of each image. For example:
3031

src/base-alpine/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"version": "0.205.1",
33
"variants": [
4+
"3.17",
45
"3.16",
56
"3.15",
67
"3.14"
@@ -17,7 +18,7 @@
1718
"base:${VERSION}-alpine${VARIANT}"
1819
],
1920
"variantTags": {
20-
"3.15": [
21+
"3.17": [
2122
"base:${VERSION}-alpine"
2223
]
2324
}

0 commit comments

Comments
 (0)