From 25bffb48caf59265f0ccbae858174d3737c4a0c9 Mon Sep 17 00:00:00 2001 From: paulo-roger <103009333+paulo-roger@users.noreply.github.com> Date: Mon, 5 Aug 2024 19:06:15 -0300 Subject: [PATCH] Fix a warning when building the container. The syntax of the Dockerfile is all caps. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 78310ee..799fadb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20 as builder +FROM alpine:3.20 AS builder LABEL maintainer="InspIRCd Team "