Skip to content

Commit

Permalink
meta-lxatac-software/containers: Update to debian:latest
Browse files Browse the repository at this point in the history
This effectively bumps the Debian version to the most recent release at
that time.
This way we will not need to update the script with every Debian
release.

This also aligns the behavior with `container-start.sh` that simply
pulls `debian` if no container is present.
And this also defaults to `latest`.

Signed-off-by: Chris Fiege <cfi@pengutronix.de>
  • Loading branch information
SmithChart committed Jan 22, 2024
1 parent 848036f commit 1c60a6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ else
exit 2
fi

podman pull debian:bullseye
podman pull debian:latest

exit 0

0 comments on commit 1c60a6a

Please sign in to comment.