diff --git a/Dockerfile b/Dockerfile index 5e15811..44473d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21-alpine3.18 AS builder +FROM golang:1.22-alpine3.18 AS builder WORKDIR /app