Skip to content

Commit 933b1a5

Browse files
committed
[misc] Update Docker image version
1 parent f30429f commit 933b1a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ version=$(git describe --tags 2>/dev/null || head -n 4096 /dev/urandom | shasum
2323
registry_name="openspacecollective"
2424

2525
image_name="${registry_name}/${project_name}"
26-
image_version="0.1.13"
26+
image_version="0.1.14"
2727

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

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

5353
python_port="8889"
5454

55-
################################################################################################################################################################
55+
################################################################################################################################################################

0 commit comments

Comments
 (0)