diff --git a/03_maven_tutorial/Dockerfile b/03_maven_tutorial/Dockerfile index bfaf860b..c45d07c6 100644 --- a/03_maven_tutorial/Dockerfile +++ b/03_maven_tutorial/Dockerfile @@ -1,5 +1,5 @@ # Use a base image -FROM debian:bookworm-20240904 as cloning-stage +FROM debian:bookworm-20241016 as cloning-stage # Set ARGs for the GitHub credentials and repository ARG GITHUB_USERNAME