File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# #############
2
2
# Base image #
3
3
# #############
4
- FROM ros:noetic-robot as base
4
+ FROM ros:noetic-robot AS base
5
5
6
6
ARG CATKIN_WORKSPACE_DIR="/catkin_ws"
7
7
@@ -36,7 +36,7 @@ ENV DEBIAN_FRONTEND=dialog
36
36
# ####################
37
37
# Development image #
38
38
# ####################
39
- FROM base as dev
39
+ FROM base AS dev
40
40
41
41
ARG CATKIN_WORKSPACE_DIR="/catkin_ws"
42
42
ARG USERNAME="developer"
Original file line number Diff line number Diff line change 1
1
# #############
2
2
# Base image #
3
3
# #############
4
- FROM ros:humble-ros-base as base
4
+ FROM ros:humble-ros-base AS base
5
5
6
6
ARG AMENT_WORKSPACE_DIR="/ament_ws"
7
7
@@ -39,7 +39,7 @@ ENV DEBIAN_FRONTEND=dialog
39
39
# ####################
40
40
# Development image #
41
41
# ####################
42
- FROM base as dev
42
+ FROM base AS dev
43
43
44
44
ARG AMENT_WORKSPACE_DIR="/ament_ws"
45
45
ARG USERNAME="developer"
You can’t perform that action at this time.
0 commit comments