Skip to content

Commit

Permalink
Merge pull request #1728 from usdot-fhwa-stol/fix/4.0.3-version-numbers
Browse files Browse the repository at this point in the history
Update version numbers for 4.0.3 hotfix
  • Loading branch information
msmcconnell authored Apr 20, 2022
2 parents 1f54f5f + d9cc5dc commit 904d883
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 @@ -28,7 +28,7 @@ jobs:
# Pull docker image from docker hub
# XTERM used for better catkin_make output
docker:
- image: usdotfhwastol/autoware.ai:carma-system-4.0.0
- image: usdotfhwastol/autoware.ai:carma-system-4.0.3
user: carma
environment:
TERM: xterm
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# Stage 1 - Acquire the CARMA source as well as any extra packages
# /////////////////////////////////////////////////////////////////////////////

FROM usdotfhwastol/autoware.ai:carma-system-4.0.0 AS base-image
FROM usdotfhwastol/autoware.ai:carma-system-4.0.3 AS base-image

FROM base-image AS source-code

Expand Down

0 comments on commit 904d883

Please sign in to comment.