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