diff --git a/Dockerfile b/Dockerfile index d4d3422..293473a 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