diff --git a/todolist-goof/Dockerfile b/todolist-goof/Dockerfile index 3d4c4fdfda..1b8530f61d 100644 --- a/todolist-goof/Dockerfile +++ b/todolist-goof/Dockerfile @@ -10,8 +10,7 @@ COPY todolist-web-common todolist-web-common COPY todolist-web-struts todolist-web-struts RUN --mount=target=$HOME/.m2,type=cache mvn install -FROM tomcat:8.5.21 - +FROM tomcat:9.0.0 RUN mkdir /tmp/extracted_files COPY web.xml /usr/local/tomcat/conf/web.xml COPY --from=build /usr/src/goof/todolist-web-struts/target/todolist /usr/local/tomcat/webapps/todolist diff --git a/todolist-goof/docker-compose.yml b/todolist-goof/docker-compose.yml index f62e340271..b917eb8ca8 100644 --- a/todolist-goof/docker-compose.yml +++ b/todolist-goof/docker-compose.yml @@ -2,7 +2,7 @@ version: "2" services: javagoof: build: . - image: javagoof:orig + image: javagoof:9.0.0 container_name: javagoof environment: - DOCKER=1