File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ On the root level, following properties are available:
213213- `name` (*str*, *required*) : name of the package, also used to reference this package from other packages as dependency.
214214
215215- `variant` (*str*, *optional*) : variant of the base image of the build. Two variants are available:
216- - `alpine` : Alpine Linux 3.10 image with `bash` package pre-installed
216+ - `alpine` : Alpine Linux 3.14 image with `bash` package pre-installed
217217 - `scratch` : scratch (empty) image
218218 Default variant is `alpine`.
219219- `install` : (*list*, *optional*): list of Alpine packages to be installed as part of the build. These packages are usually build dependencies.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ package constants
77import "os"
88
99// DefaultBaseImage for non-scratch builds.
10- const DefaultBaseImage = "docker.io/alpine:3.11 "
10+ const DefaultBaseImage = "docker.io/alpine:3.14 "
1111
1212// DefaultDirMode is UNIX file mode for mkdir.
1313const DefaultDirMode os.FileMode = 0755
You can’t perform that action at this time.
0 commit comments