diff --git a/Dockerfile.debug b/Dockerfile.debug index 73c1c98..c7756c8 100644 --- a/Dockerfile.debug +++ b/Dockerfile.debug @@ -1,4 +1,4 @@ -FROM golang:1.21.2-bullseye AS builder +FROM golang:1.21.3-bullseye AS builder WORKDIR /out COPY go.mod . diff --git a/Dockerfile.latest b/Dockerfile.latest index 1054528..3558819 100644 --- a/Dockerfile.latest +++ b/Dockerfile.latest @@ -1,4 +1,4 @@ -FROM golang:1.21.2-bullseye AS builder +FROM golang:1.21.3-bullseye AS builder WORKDIR /out COPY go.mod .