diff --git a/docker/test/Dockerfile b/docker/test/Dockerfile index 24f80ebd..a3edb542 100644 --- a/docker/test/Dockerfile +++ b/docker/test/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.26.2-alpine as builder +FROM golang:1.26.3-alpine as builder RUN apk add --update --no-cache ca-certificates git \ && apk add --no-cache gcc libc-dev \ && apk add --no-cache openssl