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.14.0 -> 11.15.0 #17987

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

mikaelarguedas
Copy link
Contributor

No description provided.

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

Diff for 9668bbc:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 3997b7f..feb5b9c 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: 27cc0b68263bbbb10bb58dd814efc0a6b0a01ec7
+GitCommit: 352585385ffc7d8b4df1fd9a7240313b132631e2
 Directory: gazebo/11/ubuntu/focal/gzserver11
 
 Tags: libgazebo11, libgazebo11-focal, latest
-GitCommit: 532c4f1af8c9dadb54b0c9769543c67c40c0c84f
+GitCommit: 352585385ffc7d8b4df1fd9a7240313b132631e2
 Directory: gazebo/11/ubuntu/focal/libgazebo11
diff --git a/gazebo_gzserver11-focal/Dockerfile b/gazebo_gzserver11-focal/Dockerfile
index 73009b9..c7f5e3f 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.14.0-1* \
+    gazebo11=11.15.0-1* \
     && rm -rf /var/lib/apt/lists/*
 
 # setup environment
diff --git a/gazebo_latest/Dockerfile b/gazebo_latest/Dockerfile
index e9c1fa3..a689db4 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.14.0-1* \
+    libgazebo11-dev=11.15.0-1* \
     && rm -rf /var/lib/apt/lists/*

Relevant Maintainers:

@tianon tianon merged commit 6a972fe into docker-library:master Dec 2, 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