From fee04aab275cf36bfdda292a40a818128d98fc30 Mon Sep 17 00:00:00 2001 From: Tomas Pecka <peckato1@fit.cvut.cz> Date: Sun, 15 May 2022 22:47:55 +0200 Subject: [PATCH] worker: bump core version We are now building against core commit e38a6578eca11b18a0fbe5802e5d9f110d2c38d8[1]. We wanted to bring in new LatexConverter modifications for latex output in OutputDialog. [1] https://gitlab.fit.cvut.cz/algorithms-library-toolkit/automata-library/commit/e38a6578eca11b18a0fbe5802e5d9f110d2c38d8 --- .gitlab-ci.yml | 2 +- CHANGELOG.md | 1 + worker/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9fdf2d52..b3aad3e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ image: gitlab.fit.cvut.cz:5000/algorithms-library-toolkit/infrastructure/ci-dock build:worker: stage: build - image: gitlab.fit.cvut.cz:5000/algorithms-library-toolkit/webui-client/core-snapshot:0.0.0.r1520.g1b02620e2 + image: gitlab.fit.cvut.cz:5000/algorithms-library-toolkit/webui-client/core-snapshot:0.0.0.r1523.ge38a6578e before_script: - apk add --no-cache curl && curl https://alt.fit.cvut.cz/repo/alpine/alt-dev-repo.sh | sh - apk add --no-cache build-base cmake jsoncpp-dev pkgconf apr-dev spdlog-dev catch2 activemq-cpp-dev argparse boost-dev diff --git a/CHANGELOG.md b/CHANGELOG.md index 71be5430..75aef989 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased ### Added ### Changed +- Bump [core] version to ref [e38a6578eca11b18a0fbe5802e5d9f110d2c38d8](https://gitlab.fit.cvut.cz/algorithms-library-toolkit/automata-library/commit/e38a6578eca11b18a0fbe5802e5d9f110d2c38d8). ## [0.4.0] - 2021-05-14 ### Added diff --git a/worker/Dockerfile b/worker/Dockerfile index f461fbcd..23ea5985 100644 --- a/worker/Dockerfile +++ b/worker/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE=gitlab.fit.cvut.cz:5000/algorithms-library-toolkit/webui-client/core-snapshot:0.0.0.r1520.g1b02620e2 +ARG BASE_IMAGE=gitlab.fit.cvut.cz:5000/algorithms-library-toolkit/webui-client/core-snapshot:0.0.0.r1523.ge38a6578e #----------------------------------------------------------------------------------------- -- GitLab