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