diff --git a/Dockerfile b/Dockerfile index 625481e..b1d0e2c 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.23.3 as runtime LABEL description="Run container" WORKDIR /usr/bin