From b8868f4e4172d7a31c9c8d5265e557a68c1810a1 Mon Sep 17 00:00:00 2001 From: lbrinkhaus Date: Sun, 2 Jan 2022 19:00:03 +0100 Subject: [PATCH] Fix Type --- 14/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/14/Dockerfile b/14/Dockerfile index b5e9a0a..da96cfe 100644 --- a/14/Dockerfile +++ b/14/Dockerfile @@ -142,7 +142,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")