Skip to content

Commit

Permalink
Alpine upgraed to version 3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaniska244 committed Dec 31, 2024
1 parent 8ab31b2 commit e5d4b58
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/base-alpine/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ARG VARIANT=3.20
ARG VARIANT=3.21
FROM alpine:${VARIANT}
4 changes: 2 additions & 2 deletions src/base-alpine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
| *Categories* | Core, Other |
| *Image type* | Dockerfile |
| *Published images* | mcr.microsoft.com/devcontainers/base:alpine |
| *Available image variants* | alpine-3.20, alpine-3.19, alpine-3.18, alpine-3.17 ([full list](https://mcr.microsoft.com/v2/devcontainers/base/tags/list)) |
| *Available image variants* | alpine-3.21, alpine-3.20, alpine-3.19, alpine-3.18 ([full list](https://mcr.microsoft.com/v2/devcontainers/base/tags/list)) |
| *Published image architecture(s)* | x86-64, aarch64/arm64 |
| *Container host OS support* | Linux, macOS, Windows |
| *Container OS* | Alpine Linux |
Expand All @@ -22,10 +22,10 @@ See **[history](history)** for information on the contents of published images.
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.

- `mcr.microsoft.com/devcontainers/base:alpine` (latest)
- `mcr.microsoft.com/devcontainers/base:alpine-3.21`
- `mcr.microsoft.com/devcontainers/base:alpine-3.20`
- `mcr.microsoft.com/devcontainers/base:alpine-3.19`
- `mcr.microsoft.com/devcontainers/base:alpine-3.18`
- `mcr.microsoft.com/devcontainers/base:alpine-3.17`

Refer to [this guide](https://containers.dev/guide/dockerfile) for more details.

Expand Down
6 changes: 3 additions & 3 deletions src/base-alpine/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "0.209.7",
"variants": [
"3.21",
"3.20",
"3.19",
"3.18",
"3.17"
"3.18"
],
"build": {
"latest": false,
Expand All @@ -18,7 +18,7 @@
"base:${VERSION}-alpine${VARIANT}"
],
"variantTags": {
"3.20": [
"3.21": [
"base:${VERSION}-alpine"
]
}
Expand Down

0 comments on commit e5d4b58

Please sign in to comment.