diff --git a/Dockerfile b/Dockerfile index 5d4a62b..78924b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build the application -FROM golang:1.22-alpine AS builder +FROM golang:1.22 AS builder WORKDIR /usr/src/app