diff --git a/Dockerfile b/Dockerfile index db19d7c..c92048b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21-alpine AS builder +FROM golang:alpine AS builder WORKDIR /app