From 046ef7fcc78fb46417407b57f1e60e3563f4dc1b Mon Sep 17 00:00:00 2001 From: Nils Effinghausen Date: Sat, 31 Aug 2024 22:42:23 +0200 Subject: [PATCH] fix 'FromAsCasing' warning on image build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e0f50bb4..a134f1dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22-bookworm as builder +FROM golang:1.22-bookworm AS builder WORKDIR /app