From 78437e42f3ae156f2b78eb700e40b56934f0431b Mon Sep 17 00:00:00 2001 From: Strubbl <97055+Strubbl@users.noreply.github.com> Date: Thu, 31 Oct 2024 21:53:49 +0100 Subject: [PATCH] Update Dockerfile (#11) harmonize casing to all upper case for docker commands Signed-off-by: Strubbl <97055+Strubbl@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1b4b6b9..49c4a1f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.2-alpine3.20 as builder +FROM golang:1.23.2-alpine3.20 AS builder WORKDIR /gotinystatus RUN apk update && apk upgrade --available && sync && apk add --no-cache --virtual .build-deps COPY . .