diff --git a/Dockerfile b/Dockerfile index 391942a..3fe614c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21-alpine AS build +FROM golang:1.22-alpine AS build WORKDIR /app COPY . .