diff --git a/Dockerfile b/Dockerfile index 2e89a7e7..9bf97529 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ## ## Build stage ## -FROM golang:1.23.2-alpine AS build +FROM golang:1.23.3-alpine AS build WORKDIR /app