File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
examples/cmd/snapshotting Expand file tree Collapse file tree 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)
2929GID = $(shell id -g)
3030
3131# Version has to be in format of vx.x.x
32- firecracker_version =v1.4.0
32+ firecracker_version =v1.4.1
3333
3434# The below files are needed and can be downloaded from the internet
3535release_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 55 The API is accessible through HTTP calls on specific URLs
66 carrying JSON modeled data.
77 The transport medium is a Unix Domain Socket.
8- version : 1.4.0
8+ version : 1.4.1
99 termsOfService : " "
1010 contact :
1111 email : " compute-capsule@amazon.com"
Original file line number Diff line number Diff line change 1212# permissions and limitations under the License.
1313
1414RELEASE_URL =https://github.com/firecracker-microvm/firecracker/releases
15- VER =v1.4.0
15+ VER =v1.4.1
1616
1717ARCH =$(shell uname -m)
1818GID = $(shell id -g)
You can’t perform that action at this time.
0 commit comments