diff --git a/Dockerfile b/Dockerfile index 631aeb2..e45ff2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.4-alpine3.19 AS build +FROM golang:1.23.5 AS build WORKDIR /app