Skip to content

Commit

Permalink
Merge pull request #783 from osrf/bump_gazebo
Browse files Browse the repository at this point in the history
[gazebo] 11.15.0 -> 11.15.1
  • Loading branch information
mikaelarguedas authored Dec 9, 2024
2 parents 32d8310 + 2de47b6 commit 0feec48
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.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

0 comments on commit 0feec48

Please sign in to comment.