diff --git a/Manifest.toml b/Manifest.toml index 94e1b14b1643044a392884602db782788e158774..f3a87b653bae75e23b7fa055499667cb9a444ab8 100644 --- a/Manifest.toml +++ b/Manifest.toml @@ -1,6 +1,6 @@ # This file is machine-generated - editing it directly is not advised -julia_version = "1.8.3" +julia_version = "1.8.5" manifest_format = "2.0" project_hash = "2a3d26785ece5a51ad6d73d93147b49dbedd4551" @@ -145,7 +145,7 @@ version = "4.3.0" [[deps.CompilerSupportLibraries_jll]] deps = ["Artifacts", "Libdl"] uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae" -version = "0.5.2+0" +version = "1.0.1+0" [[deps.Contour]] git-tree-sha1 = "d05d9e7b7aedff4e5b51a029dced05cfb6125781" @@ -891,11 +891,11 @@ version = "0.3.2" [[deps.PlanarLarvae]] deps = ["DelimitedFiles", "HDF5", "JSON3", "LinearAlgebra", "MAT", "Meshes", "OrderedCollections", "SHA", "StaticArrays", "Statistics", "StatsBase", "StructTypes"] -git-tree-sha1 = "5021823ba822ab203b10b300fe4baef0cc795585" +git-tree-sha1 = "6bdc148939660e6d91f989cb917f54deb7df1d13" repo-rev = "main" repo-url = "https://gitlab.pasteur.fr/nyx/planarlarvae.jl" uuid = "c2615984-ef14-4d40-b148-916c85b43307" -version = "0.9.3" +version = "0.9.4" [[deps.PlotUtils]] deps = ["ColorSchemes", "Colors", "Dates", "Printf", "Random", "Reexport", "SnoopPrecompile", "Statistics"] diff --git a/Project.toml b/Project.toml index 9eaec25beef2ef5bcf087eb59c596fc74d1cab39..7d44d8583777397a09b9d72c370a7d47d0e1eac7 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "LarvaTagger" uuid = "8b3b36f1-dfed-446e-8561-ea19fe966a4d" authors = ["François Laurent", "Institut Pasteur"] -version = "0.13" +version = "0.13.1" [deps] Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" diff --git a/recipes/Dockerfile b/recipes/Dockerfile index e1726de942f469bc1fc4baa088b148de31d4efe5..888d13d745fe52a9830f7532d24eced14090237f 100644 --- a/recipes/Dockerfile +++ b/recipes/Dockerfile @@ -1,4 +1,4 @@ -FROM julia:1.8.2-bullseye AS base +FROM julia:1.8.5-bullseye AS base ARG PROJECT_DIR=/app ARG BRANCH=main diff --git a/recipes/README.md b/recipes/README.md index b0eb228b5c1f8d3a8d0a33d374e76799455b7c05..940cea3de62269bdbfdfe8c5312b5f9819fd926f 100644 --- a/recipes/README.md +++ b/recipes/README.md @@ -163,7 +163,7 @@ docker pull flaur/larvatagger ``` Beware that images that ship with backends are relatively large files (>5GB on disk). -If you are not interested in automatic tagging, use the `flaur/larvatagger:0.13-standalone` image instead. +If you are not interested in automatic tagging, use the `flaur/larvatagger:0.13.1-standalone` image instead. ### Upgrading