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 #18044

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

mikaelarguedas
Copy link
Contributor

No description provided.

Signed-off-by: Mikael Arguedas <[email protected]>
Copy link

github-actions bot commented Dec 9, 2024

Diff for 4cf6aa0:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index feb5b9c..67aadac 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -2,9 +2,9 @@ Maintainers: Tully Foote <[email protected]> (@tfoote)
 GitRepo: https://github.com/osrf/docker_images.git
 
 Tags: gzserver11, gzserver11-focal
-GitCommit: 352585385ffc7d8b4df1fd9a7240313b132631e2
+GitCommit: f7bb3258d4814deec1eca7e46cbb8d7f4b054431
 Directory: gazebo/11/ubuntu/focal/gzserver11
 
 Tags: libgazebo11, libgazebo11-focal, latest
-GitCommit: 352585385ffc7d8b4df1fd9a7240313b132631e2
+GitCommit: f7bb3258d4814deec1eca7e46cbb8d7f4b054431
 Directory: gazebo/11/ubuntu/focal/libgazebo11
diff --git a/gazebo_gzserver11-focal/Dockerfile b/gazebo_gzserver11-focal/Dockerfile
index c7f5e3f..b5a761f 100644
--- a/gazebo_gzserver11-focal/Dockerfile
+++ b/gazebo_gzserver11-focal/Dockerfile
@@ -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
diff --git a/gazebo_latest/Dockerfile b/gazebo_latest/Dockerfile
index a689db4..6cf2e35 100644
--- a/gazebo_latest/Dockerfile
+++ b/gazebo_latest/Dockerfile
@@ -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/*

Relevant Maintainers:

@yosifkit yosifkit merged commit 72c03ec into docker-library:master Dec 9, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants