diff --git a/Dockerfile b/Dockerfile index 1620126..3a1e020 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21-bullseye AS builder +FROM golang:1.22-bullseye AS builder WORKDIR /workspace COPY cmd cmd