diff --git a/Dockerfile b/Dockerfile index ab784d0..dd45f58 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ COPY . /go/bin #final stage -FROM ubuntu:latest +FROM ubuntu:22.04 RUN apt-get update RUN apt-get install ca-certificates -y WORKDIR /app