Skip to content

Commit

Permalink
Merge pull request #411 from osrf-docker-builder/gazebo/9/ubuntu/xenial
Browse files Browse the repository at this point in the history
Updating gazebo/9/ubuntu/xenial
  • Loading branch information
mikaelarguedas authored May 30, 2020
2 parents b46a195 + 1a9861d commit 1c9b345
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gazebo/9/ubuntu/xenial/gzclient9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ RUN apt-get update && apt-get install -q -y --no-install-recommends \

# install gazebo packages
RUN apt-get update && apt-get install -q -y --no-install-recommends \
gazebo9=9.13.0-1* \
gazebo9=9.13.1-1* \
&& rm -rf /var/lib/apt/lists/*
2 changes: 1 addition & 1 deletion gazebo/9/ubuntu/xenial/gzserver9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN . /etc/os-release \

# install gazebo packages
RUN apt-get update && apt-get install -q -y --no-install-recommends \
gazebo9=9.13.0-1* \
gazebo9=9.13.1-1* \
&& rm -rf /var/lib/apt/lists/*

# setup environment
Expand Down
2 changes: 1 addition & 1 deletion gazebo/9/ubuntu/xenial/gzweb9/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 -q -y --no-install-recommends \
libgazebo9-dev=9.13.0-1* \
libgazebo9-dev=9.13.1-1* \
&& rm -rf /var/lib/apt/lists/*

# clone gzweb
Expand Down
2 changes: 1 addition & 1 deletion gazebo/9/ubuntu/xenial/libgazebo9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
FROM gazebo:gzserver9-xenial
# install gazebo packages
RUN apt-get update && apt-get install -q -y --no-install-recommends \
libgazebo9-dev=9.13.0-1* \
libgazebo9-dev=9.13.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 @@ -26,12 +26,12 @@ Directory: gazebo/7/ubuntu/xenial/libgazebo7

Tags: gzserver9-xenial
Architectures: amd64
GitCommit: 6f18102d57b424ce454f61e4ac432e3d6d71f670
GitCommit: 32f670ee821322fd60858eb86c6cd88c6f14df02
Directory: gazebo/9/ubuntu/xenial/gzserver9

Tags: libgazebo9-xenial
Architectures: amd64
GitCommit: 6f18102d57b424ce454f61e4ac432e3d6d71f670
GitCommit: 32f670ee821322fd60858eb86c6cd88c6f14df02
Directory: gazebo/9/ubuntu/xenial/libgazebo9

########################################
Expand Down

0 comments on commit 1c9b345

Please sign in to comment.