From c064f2ced43d327b273da5fa2aad741a7ad96921 Mon Sep 17 00:00:00 2001 From: lbrinkhaus Date: Sun, 2 Jan 2022 18:59:50 +0100 Subject: [PATCH] Fix Type --- 13/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13/Dockerfile b/13/Dockerfile index 6b9dc62..bdf6d4f 100644 --- a/13/Dockerfile +++ b/13/Dockerfile @@ -139,7 +139,7 @@ RUN set -eux; \ /usr/local/share/man \ ; \ \ - apk --no-cahce update; \ + apk --no-cache update; \ postgres --version # make the sample config easier to munge (and "correct by default")