Skip to content

Commit

Permalink
Merge pull request #21 from usdot-fhwa-stol/feature/update_base_image…
Browse files Browse the repository at this point in the history
…_version

Update base docker image version to carma-base:3.3.0
  • Loading branch information
qswawrq authored Nov 13, 2019
2 parents 2afc418 + 6fceccb commit 49802a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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/carma-base:3.2.0
- image: usdotfhwastol/carma-base:3.3.0
user: carma
environment:
TERM: xterm
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
# License for the specific language governing permissions and limitations under
# the License.

FROM usdotfhwastol/carma-base:3.2.0 as setup
FROM usdotfhwastol/carma-base:3.3.0 as setup

RUN mkdir ~/src
COPY --chown=carma . /home/carma/src/CARMAAvtVimbaDriver
RUN ~/src/CARMAAvtVimbaDriver/docker/checkout.sh
RUN ~/src/CARMAAvtVimbaDriver/docker/install.sh

FROM usdotfhwastol/carma-base:3.2.0
FROM usdotfhwastol/carma-base:3.3.0

ARG BUILD_DATE="NULL"
ARG VERSION="NULL"
Expand Down

0 comments on commit 49802a7

Please sign in to comment.