From d254a72ae4d35b78bc8536682565c82d31afa1c3 Mon Sep 17 00:00:00 2001 From: Nicolas Favre-Felix Date: Tue, 11 May 2021 22:58:43 -0700 Subject: [PATCH] Update outdated docker image versions in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18da33b..14345bb 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Webdis images are published on [Docker Hub](https://hub.docker.com/r/nicolas/web **Docker Hub** ```sh -$ docker pull nicolas/webdis:0.1.14 +$ docker pull nicolas/webdis:0.1.15 $ docker pull nicolas/webdis:latest ``` Starting from release `0.1.12` and including `latest`, Docker Hub images are signed ([download public key](nicolasff.pub)). You should see the following key ID if you verify the trust: @@ -73,7 +73,7 @@ Administrative keys for nicolas/webdis:0.1.15 **Amazon Elastic Container Registry (ECR)** ```sh -$ docker pull public.ecr.aws/nicolas/webdis:0.1.14 +$ docker pull public.ecr.aws/nicolas/webdis:0.1.15 $ docker pull public.ecr.aws/nicolas/webdis:latest ``` ECR images are not signed at this time, but they use the exact same hash as the Docker Hub images which _are_ signed.