From 16b16cb464dc11600673cfa35a6a74f96044235f Mon Sep 17 00:00:00 2001 From: log101 Date: Mon, 29 Jul 2024 20:53:00 +0300 Subject: [PATCH] ci(fix): fix from as casing --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 293473a..d4d3422 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.3-alpine as builder +FROM golang:1.22.3-alpine AS builder WORKDIR /usr/src/app