diff --git a/Dockerfile b/Dockerfile index 2cc7eb41..ecc5b115 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.2-alpine3.19 as build +FROM golang:1.22.4-alpine3.19 as build ARG VERSION \ GIT_COMMIT \ diff --git a/Dockerfile.dev b/Dockerfile.dev index a91b7740..9b4c6caa 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -1,7 +1,7 @@ FROM cosmtrek/air:v1.52.2 as air -FROM golang:1.22.2-alpine3.19 +FROM golang:1.22.4-alpine3.19 WORKDIR /app