Skip to content

Commit

Permalink
feat: update Linux to 5.10.7, musl-libc to 1.2.2
Browse files Browse the repository at this point in the history
Musl update fixes CVE-2020-28928.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
  • Loading branch information
smira authored and talos-bot committed Jan 18, 2021
1 parent 78eecc0 commit e9aa494
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ REGISTRY_AND_USERNAME := $(REGISTRY)/$(USERNAME)
DOCKER_LOGIN_ENABLED ?= true

ARTIFACTS := _out
TOOLS ?= ghcr.io/talos-systems/tools:v0.3.0-16-g0fe682e
PKGS ?= v0.3.0-61-g8e68598
TOOLS ?= ghcr.io/talos-systems/tools:v0.3.0-17-g24a6dac
PKGS ?= v0.3.0-64-g0386ef5
EXTRAS ?= v0.1.0-6-gdc32cc8
GO_VERSION ?= 1.15
GOFUMPT_VERSION ?= abc0db2c416aca0f60ea33c23c76665f6e7ba0b6
Expand Down
2 changes: 1 addition & 1 deletion pkg/machinery/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

const (
// DefaultKernelVersion is the default Linux kernel version.
DefaultKernelVersion = "5.10.1-talos"
DefaultKernelVersion = "5.10.7-talos"

// KernelParamConfig is the kernel parameter name for specifying the URL.
// to the config.
Expand Down

0 comments on commit e9aa494

Please sign in to comment.