diff --git a/Dockerfile b/Dockerfile index 1bb5438..ed8c267 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.1-alpine AS builder +FROM golang:1.22.2-alpine AS builder ENV TNF_SRC_DIR=/usr/tnf RUN apk add --no-cache make~=4.4.1 COPY . ${TNF_SRC_DIR}