diff --git a/Dockerfile b/Dockerfile index e62d2512..d6862f33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.26.1-alpine AS build_deps +FROM golang:1.26.2-alpine AS build_deps RUN apk add --no-cache git diff --git a/Dockerfile_test b/Dockerfile_test index d4c12569..9761d866 100644 --- a/Dockerfile_test +++ b/Dockerfile_test @@ -1,4 +1,4 @@ -FROM golang:1.26.1 +FROM golang:1.26.2 RUN apt-get update && apt-get install -y git bzr ca-certificates curl gcc