diff --git a/demoapp/Dockerfile b/demoapp/Dockerfile index c32f755..7eb5616 100644 --- a/demoapp/Dockerfile +++ b/demoapp/Dockerfile @@ -1,5 +1,5 @@ -FROM golang:1.22.6-alpine as builder +FROM golang:1.24.3-alpine as builder # Set the Current Working Directory inside the container WORKDIR /go/src/protoconf/demoapp