diff --git a/Dockerfile b/Dockerfile index cb6f0563..fd9956ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.0-alpine3.19 as build +FROM golang:1.23.1-alpine3.19 as build ARG VERSION \ GIT_COMMIT \ diff --git a/Dockerfile.dev b/Dockerfile.dev index 2761c3f4..33e3023b 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -1,7 +1,7 @@ FROM cosmtrek/air:v1.52.3 as air -FROM golang:1.23.0-alpine3.19 +FROM golang:1.23.1-alpine3.19 WORKDIR /app