diff --git a/dockerfiles/Dockerfile b/dockerfiles/Dockerfile index c9287b0..05c6380 100644 --- a/dockerfiles/Dockerfile +++ b/dockerfiles/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:latest +FROM ubuntu:22.04 LABEL org.opencontainers.image.title="iCub Gazebo Grasping Sandbox" LABEL org.opencontainers.image.description="Infrastructure for running grasping experiments with the iCub humanoid in Gazebo" LABEL org.opencontainers.image.source="https://github.com/robotology/icub-gazebo-grasping-sandbox"