diff --git a/Dockerfile b/Dockerfile index 3c331f9..0300b39 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Start by building the application. -FROM golang:1.19 as builder +FROM golang:1.23 as builder WORKDIR /go/src/app COPY . . diff --git a/Dockerfile.armv6 b/Dockerfile.armv6 index e824380..1f1eba5 100644 --- a/Dockerfile.armv6 +++ b/Dockerfile.armv6 @@ -1,5 +1,5 @@ # Start by building the application. -FROM golang:1.19 as builder +FROM golang:1.23 as builder WORKDIR /go/src/app COPY . .