Skip to content

Commit

Permalink
Updating Dockerfiles
Browse files Browse the repository at this point in the history
This is an automated CI commit
  • Loading branch information
osrf-docker-builder authored and Travis CI User committed Aug 14, 2018
1 parent 3a7d4f0 commit 3ee19f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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/*

0 comments on commit 3ee19f3

Please sign in to comment.