From d89f8be6983dd7bdf4741d30b686575a8c3c9f8f Mon Sep 17 00:00:00 2001 From: "Michael Vorburger.ch" Date: Fri, 9 Sep 2022 20:14:11 +0000 Subject: [PATCH] Fix minor typo in Dockerfile.template --- Dockerfile.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.template b/Dockerfile.template index 80d7e89..f69ab4a 100644 --- a/Dockerfile.template +++ b/Dockerfile.template @@ -7,7 +7,7 @@ # just download and verify it in the first stage of this Dockerfile. # The second stage is for actually configuring the system a little bit. # Some templating is done in order to allow us to easily build different configurations and to -# allow us to automate the releaes process. +# allow us to automate the release process. FROM alpine:3.17 AS verify COPY TEMPLATE_ROOTFS_FILE / RUN apk add --no-cache curl tar zstd