Skip to content

Commit 0feec48

Browse files
Merge pull request #783 from osrf/bump_gazebo
[gazebo] 11.15.0 -> 11.15.1
2 parents 32d8310 + 2de47b6 commit 0feec48

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

gazebo/11/ubuntu/focal/gzclient11/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ RUN apt-get update && apt-get install -q -y --no-install-recommends \
1212

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

gazebo/11/ubuntu/focal/gzserver11/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN . /etc/os-release \
3232

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

3838
# setup environment

gazebo/11/ubuntu/focal/gzweb11/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -q -y --no-install-recommends \
2222

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

2828
# clone gzweb

gazebo/11/ubuntu/focal/libgazebo11/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ FROM gazebo:gzserver11-focal
44

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

gazebo/gazebo

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ GitRepo: https://github.com/osrf/docker_images.git
99

1010
Tags: gzserver11, gzserver11-focal
1111
Architectures: amd64
12-
GitCommit: 352585385ffc7d8b4df1fd9a7240313b132631e2
12+
GitCommit: f7bb3258d4814deec1eca7e46cbb8d7f4b054431
1313
Directory: gazebo/11/ubuntu/focal/gzserver11
1414

1515
Tags: libgazebo11, libgazebo11-focal, latest
1616
Architectures: amd64
17-
GitCommit: 352585385ffc7d8b4df1fd9a7240313b132631e2
17+
GitCommit: f7bb3258d4814deec1eca7e46cbb8d7f4b054431
1818
Directory: gazebo/11/ubuntu/focal/libgazebo11
1919

0 commit comments

Comments
 (0)