Skip to content

Commit

Permalink
[gazebo] 11.14.0 -> 11.15.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mikael Arguedas <[email protected]>
  • Loading branch information
mikaelarguedas committed Nov 28, 2024
1 parent d95755e commit 3525853
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.14.0-1* \
gazebo11=11.15.0-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.14.0-1* \
gazebo11=11.15.0-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.14.0-1* \
libgazebo11-dev=11.15.0-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.14.0-1* \
libgazebo11-dev=11.15.0-1* \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit 3525853

Please sign in to comment.