diff --git a/Dockerfile b/Dockerfile index 625481e..a79eb55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN go mod download COPY . . RUN go build -ldflags "-s" github.com/paralus/relay -FROM alpine:latest as runtime +FROM alpine:3.24.1 as runtime LABEL description="Run container" WORKDIR /usr/bin