Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump px4io/px4-dev-base-focal from 2021-09-08 to 2023-06-26 in /docker #334

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile_nuttx-focal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# PX4 NuttX development environment in Ubuntu 20.04 Focal
#

FROM px4io/px4-dev-base-focal:2021-09-08
FROM px4io/px4-dev-base-focal:2023-06-26
LABEL maintainer="Daniel Agar <[email protected]>"

RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_ros2-galactic
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Based from container under https://github.com/osrf/docker_images/tree/master/ros2/source/devel
#

FROM px4io/px4-dev-base-focal:2021-09-08
FROM px4io/px4-dev-base-focal:2023-06-26
LABEL maintainer="Nuno Marques <[email protected]>"

# setup environment
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_ros2-rolling
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# stable distribution." - in https://docs.ros.org/en/foxy/Releases/Release-Rolling-Ridley.html
#

FROM px4io/px4-dev-base-focal:2021-09-08
FROM px4io/px4-dev-base-focal:2023-06-26
LABEL maintainer="Nuno Marques <[email protected]>"

# setup environment
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_simulation-focal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# PX4 Gazebo 11 development environment in Ubuntu 20.04 Focal
#

FROM px4io/px4-dev-base-focal:2021-09-08
FROM px4io/px4-dev-base-focal:2023-06-26
LABEL maintainer="Nuno Marques <[email protected]>"

RUN wget --quiet http://packages.osrfoundation.org/gazebo.key -O - | apt-key add - \
Expand Down