Skip to content

Commit

Permalink
Update build.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
tannevaled committed May 14, 2019
1 parent 609d43a commit 8e86890
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ qemu_output='output-qemu'
qemu_registry='qemu-registry/'
packer_project="$(dirname ${BASH_SOURCE})"
image_name_base="$(basename ${packer_project})"
alpine_version='3.9.3'
alpine_version='3.9.4'
source_image_release="0.0.1"
source_image_name="qemu-alpine-image-${alpine_version}.raw"
source_image_url="https://github.com/jupytercloud-project/qemu-alpine-image/releases/download/${source_image_release}/${source_image_name}"
Expand Down

0 comments on commit 8e86890

Please sign in to comment.