Skip to content

Commit

Permalink
Merge pull request #782 from osrf/bump_gazebo
Browse files Browse the repository at this point in the history
Bump gazebo: 11.14.0 -> 11.15.0
  • Loading branch information
mikaelarguedas authored Nov 28, 2024
2 parents d95755e + 3f86281 commit 32d8310
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
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.14.0-1* \
gazebo11=11.15.0-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.14.0-1* \
gazebo11=11.15.0-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.14.0-1* \
libgazebo11-dev=11.15.0-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.14.0-1* \
libgazebo11-dev=11.15.0-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: 27cc0b68263bbbb10bb58dd814efc0a6b0a01ec7
GitCommit: 352585385ffc7d8b4df1fd9a7240313b132631e2
Directory: gazebo/11/ubuntu/focal/gzserver11

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

0 comments on commit 32d8310

Please sign in to comment.