diff --git a/example/zoo/Dockerfile b/example/zoo/Dockerfile index 4508bf11..48852852 100644 --- a/example/zoo/Dockerfile +++ b/example/zoo/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:17.10 +FROM ubuntu:24.04 WORKDIR /app ADD . /app