Skip to content

Commit

Permalink
Update cl version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
domire8 committed Jul 25, 2023
1 parent 5eab9fe commit fe01bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#syntax=docker/dockerfile:1.4.0
ARG CL_VERSION=develop-8
ARG CL_VERSION=v7.1.0
ARG ROS2_VERSION=humble
FROM ghcr.io/aica-technology/control-libraries:${CL_VERSION} as cl
FROM ghcr.io/aica-technology/ros2-ws:${ROS2_VERSION} as base
Expand Down

0 comments on commit fe01bc7

Please sign in to comment.