Skip to content

Commit

Permalink
[misc] Update Docker image version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-bremond committed Jun 18, 2019
1 parent f30429f commit 933b1a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/.env
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ version=$(git describe --tags 2>/dev/null || head -n 4096 /dev/urandom | shasum
registry_name="openspacecollective"

image_name="${registry_name}/${project_name}"
image_version="0.1.13"
image_version="0.1.14"

container_name="${registry_name}-${project_name}"

Expand Down Expand Up @@ -52,4 +52,4 @@ library_physics_directory="${project_directory}/../library-physics"

python_port="8889"

################################################################################################################################################################
################################################################################################################################################################

0 comments on commit 933b1a5

Please sign in to comment.