diff --git a/build/Dockerfile b/build/Dockerfile index badae50..a4217a5 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.0-alpine as builder +FROM golang:1.23.1-alpine as builder WORKDIR /code