Skip to content

Commit

Permalink
Update base docker image version to carma-base:3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael McConnell authored and Michael McConnell committed Nov 11, 2019
1 parent 2afc418 commit 6fceccb
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 6fceccb

Please sign in to comment.