You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2023. It is now read-only.
Alpine 3.16 was released on 2022-05-23 and is currently at 3.16.1. The
new version has some updated stable packages. In particular, I'm
interested in the updated fzf package, which does not depend on perl.
|*Container host OS support*| Linux, macOS, Windows |
@@ -24,7 +24,7 @@ See **[history](history)** for information on the contents of published images.
24
24
While the definition itself works unmodified, you can select the version of Alpine the container uses by updating the `VARIANT` arg in the included `devcontainer.json` (and rebuilding if you've already created the container).
25
25
26
26
```json
27
-
"args": { "VARIANT": "3.15" }
27
+
"args": { "VARIANT": "3.16" }
28
28
```
29
29
30
30
You can also directly reference pre-built versions of `.devcontainer/base.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.
@@ -33,6 +33,7 @@ You can also directly reference pre-built versions of `.devcontainer/base.Docker
0 commit comments