Skip to content

Commit 49bcf66

Browse files
committed
Use updated hypervisor-build tag
1 parent bbe0834 commit 49bcf66

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
fmt:
77
runs-on: ubuntu-18.04
88
container:
9-
image: adamschwalm/hypervisor-build:15
9+
image: adamschwalm/hypervisor-build:16
1010
options: "-u 0:0"
1111
steps:
1212
- uses: actions/checkout@v1
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-18.04
1818
needs: fmt
1919
container:
20-
image: adamschwalm/hypervisor-build:15
20+
image: adamschwalm/hypervisor-build:16
2121
options: "-u 0:0"
2222
steps:
2323
- uses: actions/checkout@v1
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-18.04
3131
needs: fmt
3232
container:
33-
image: adamschwalm/hypervisor-build:15
33+
image: adamschwalm/hypervisor-build:16
3434
options: "-u 0:0"
3535
steps:
3636
- uses: actions/checkout@v1

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CARGO?=cargo
22
BUILD_TYPE?=release
3-
BUILD_REPO_TAG=15
3+
BUILD_REPO_TAG=16
44
DOCKER_IMAGE=adamschwalm/hypervisor-build:$(BUILD_REPO_TAG)
55

66
TEST_IMAGE_REPO=https://github.com/mythril-hypervisor/build

0 commit comments

Comments
 (0)