Skip to content

Commit

Permalink
Merge pull request #6 from duckietown/daffy
Browse files Browse the repository at this point in the history
duckietown/daffy merge
  • Loading branch information
carmen-sc authored Sep 4, 2020
2 parents 7736645 + 4980c81 commit c26aebf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
command: |
python3 -m pip install --no-cache-dir --user -U duckietown-shell
export PATH="$PATH:$HOME/.local/bin"
dts --set-version daffy-new-deal exit
dts --set-version daffy exit
- checkout

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ARG BASE_IMAGE=dt-ros-commons
ARG LAUNCHER=default

# define base image
FROM duckietown/${BASE_IMAGE}:${BASE_TAG}
FROM duckietown/${BASE_IMAGE}:${BASE_TAG} as BASE

# recall all arguments
ARG ARCH
Expand Down

0 comments on commit c26aebf

Please sign in to comment.