diff --git a/samples/orders/web/Dockerfile b/samples/orders/web/Dockerfile index 43446f4..6d57816 100644 --- a/samples/orders/web/Dockerfile +++ b/samples/orders/web/Dockerfile @@ -8,7 +8,7 @@ # # The make target `make docker-sample` does exactly that. -FROM golang:1.25-alpine AS build +FROM golang:1.26-alpine AS build WORKDIR /src COPY . /src WORKDIR /src/samples/orders/web