Skip to content

Commit

Permalink
package/docker-engine: bump version to 20.10.22
Browse files Browse the repository at this point in the history
Bug fixes and enhancements

 - Improve error message when attempting to pull an unsupported image format or OCI artifact (moby/moby#44413, moby/moby#44569)
 - Fix an issue where the host's ephemeral port-range was ignored when selecting random ports for containers (moby/moby#44476).
 - Fix ssh: parse error in message type 27 errors during docker build on hosts using OpenSSH 8.9 or above (moby/moby#3862).
 - seccomp: block socket calls to AF_VSOCK in default profile (moby/moby#44564).

https://github.com/moby/moby/releases/tag/v20.10.22

Signed-off-by: Christian Stewart <christian@paral.in>
  • Loading branch information
paralin committed Jan 13, 2023
1 parent 5f6134c commit a69faa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/docker-engine/docker-engine.hash
@@ -1,3 +1,3 @@
# Locally calculated
sha256 61f4c3a2d0426e1bbbda1b0e5dd33ec203776f7d99d1a61522c77c04c4ed09fe docker-engine-20.10.21.tar.gz
sha256 ee0e2168e27ec87f1b0650e86af5d3e167a07fd2ff8c1ce3bb588f0b4f9a4658 docker-engine-20.10.22.tar.gz
sha256 7c87873291f289713ac5df48b1f2010eb6963752bbd6b530416ab99fc37914a8 LICENSE
2 changes: 1 addition & 1 deletion package/docker-engine/docker-engine.mk
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

DOCKER_ENGINE_VERSION = 20.10.21
DOCKER_ENGINE_VERSION = 20.10.22
DOCKER_ENGINE_SITE = $(call github,moby,moby,v$(DOCKER_ENGINE_VERSION))

DOCKER_ENGINE_LICENSE = Apache-2.0
Expand Down

0 comments on commit a69faa7

Please sign in to comment.