diff --git a/Dockerfile b/Dockerfile index 44414af..2f0176c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Build stage -FROM golang:1.17-alpine AS builder +FROM golang:1.23.4-bookwork AS builder WORKDIR /app