From ee65190b515f4adf22c6333ace2053fc83ed2832 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Laurent?= <francois.laurent@posteo.net> Date: Tue, 11 Apr 2023 17:27:37 +0200 Subject: [PATCH] version increment --- Manifest.toml | 8 ++++---- Project.toml | 2 +- recipes/Dockerfile | 2 +- recipes/README.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Manifest.toml b/Manifest.toml index 94e1b14..f3a87b6 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 9eaec25..7d44d85 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 e1726de..888d13d 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 b0eb228..940cea3 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 -- GitLab