forked from valhalla/valhalla
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nit(docker): x86 image needs to be 18.04 (valhalla#2531)
* nit(docker): x86 image should also be ubuntu 20.04 * Back to latest * Push images * Revert "Push images" This reverts commit 6f4bd73. * update docs Co-authored-by: Kevin Kreiser <[email protected]>
- Loading branch information
1 parent
8460b51
commit 617e4c9
Showing
3 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM i386/ubuntu:16.04 | ||
FROM i386/ubuntu:18.04 | ||
|
||
ADD install-shared-deps.sh . | ||
RUN bash ./install-shared-deps.sh | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters