Skip to content

Commit

Permalink
ci: Mark ROS as pinned to its distribution humble
Browse files Browse the repository at this point in the history
  • Loading branch information
AiyionPrime committed Jul 8, 2024
1 parent 48067ad commit a5ef247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ros:humble
FROM ros@sha256:0dd6b5d4a9b113e543f8b3ea1d837e2bbf20e706398c3dd4bea5b245a4a8ec1e
FROM ros:humble@sha256:0dd6b5d4a9b113e543f8b3ea1d837e2bbf20e706398c3dd4bea5b245a4a8ec1e

# Install dependencies
RUN apt-get update && apt-get install -y \
Expand Down

0 comments on commit a5ef247

Please sign in to comment.