File tree 3 files changed +3
-3
lines changed
examples/cmd/snapshotting
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ UID = $(shell id -u)
29
29
GID = $(shell id -g)
30
30
31
31
# Version has to be in format of vx.x.x
32
- firecracker_version =v1.4.0
32
+ firecracker_version =v1.4.1
33
33
34
34
# The below files are needed and can be downloaded from the internet
35
35
release_url =https://github.com/firecracker-microvm/firecracker/releases/download/$(firecracker_version ) /firecracker-$(firecracker_version ) -$(arch ) .tgz
Original file line number Diff line number Diff line change 5
5
The API is accessible through HTTP calls on specific URLs
6
6
carrying JSON modeled data.
7
7
The transport medium is a Unix Domain Socket.
8
- version : 1.4.0
8
+ version : 1.4.1
9
9
termsOfService : " "
10
10
contact :
11
11
Original file line number Diff line number Diff line change 12
12
# permissions and limitations under the License.
13
13
14
14
RELEASE_URL =https://github.com/firecracker-microvm/firecracker/releases
15
- VER =v1.4.0
15
+ VER =v1.4.1
16
16
17
17
ARCH =$(shell uname -m)
18
18
GID = $(shell id -g)
You can’t perform that action at this time.
0 commit comments