Skip to content

Commit

Permalink
Merge pull request #183 from osrf-docker-builder/gazebo/9/ubuntu/bionic
Browse files Browse the repository at this point in the history
Updating gazebo/9/ubuntu/bionic
  • Loading branch information
ruffsl authored Aug 14, 2018
2 parents 3a7d4f0 + 65fae7f commit a136b53
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/bionic/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 \

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

# install gazebo packages
RUN apt-get update && apt-get install -q -y \
gazebo9=9.2.0-1* \
gazebo9=9.3.1-1* \
&& rm -rf /var/lib/apt/lists/*

# setup environment
Expand Down
2 changes: 1 addition & 1 deletion gazebo/9/ubuntu/bionic/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 \

# install gazebo packages
RUN apt-get update && apt-get install -q -y \
libgazebo9-dev=9.2.0-1* \
libgazebo9-dev=9.3.1-1* \
&& rm -rf /var/lib/apt/lists/*

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

Tags: gzserver9, gzserver9-bionic
Architectures: amd64
GitCommit: 41c37cabe584ef4526c375a2705226743d4a91ee
GitCommit: 3ee19f3a71299da89891949d72206ca6056f3ced
Directory: gazebo/9/ubuntu/bionic/gzserver9

Tags: libgazebo9, libgazebo9-bionic, latest
Architectures: amd64
GitCommit: 41c37cabe584ef4526c375a2705226743d4a91ee
GitCommit: 3ee19f3a71299da89891949d72206ca6056f3ced
Directory: gazebo/9/ubuntu/bionic/libgazebo9

0 comments on commit a136b53

Please sign in to comment.