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

[gazebo] 11.15.0 -> 11.15.1 #783

Merged
merged 2 commits into from
Dec 9, 2024
Merged
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 gazebo/11/ubuntu/focal/gzclient11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ RUN apt-get update && apt-get install -q -y --no-install-recommends \

# install gazebo packages
RUN apt-get update && apt-get install -y --no-install-recommends \
gazebo11=11.15.0-1* \
gazebo11=11.15.1-1* \
&& rm -rf /var/lib/apt/lists/*

2 changes: 1 addition & 1 deletion gazebo/11/ubuntu/focal/gzserver11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN . /etc/os-release \

# install gazebo packages
RUN apt-get update && apt-get install -y --no-install-recommends \
gazebo11=11.15.0-1* \
gazebo11=11.15.1-1* \
&& rm -rf /var/lib/apt/lists/*

# setup environment
Expand Down
2 changes: 1 addition & 1 deletion gazebo/11/ubuntu/focal/gzweb11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -q -y --no-install-recommends \

# install gazebo packages
RUN apt-get update && apt-get install -y --no-install-recommends \
libgazebo11-dev=11.15.0-1* \
libgazebo11-dev=11.15.1-1* \
&& rm -rf /var/lib/apt/lists/*

# clone gzweb
Expand Down
2 changes: 1 addition & 1 deletion gazebo/11/ubuntu/focal/libgazebo11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ FROM gazebo:gzserver11-focal

# install gazebo packages
RUN apt-get update && apt-get install -y --no-install-recommends \
libgazebo11-dev=11.15.0-1* \
libgazebo11-dev=11.15.1-1* \
&& rm -rf /var/lib/apt/lists/*

4 changes: 2 additions & 2 deletions gazebo/gazebo
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ GitRepo: https://github.com/osrf/docker_images.git

Tags: gzserver11, gzserver11-focal
Architectures: amd64
GitCommit: 352585385ffc7d8b4df1fd9a7240313b132631e2
GitCommit: f7bb3258d4814deec1eca7e46cbb8d7f4b054431
Directory: gazebo/11/ubuntu/focal/gzserver11

Tags: libgazebo11, libgazebo11-focal, latest
Architectures: amd64
GitCommit: 352585385ffc7d8b4df1fd9a7240313b132631e2
GitCommit: f7bb3258d4814deec1eca7e46cbb8d7f4b054431
Directory: gazebo/11/ubuntu/focal/libgazebo11

Loading