Skip to content

Commit

Permalink
📦 v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Feb 19, 2024
1 parent 9db42f0 commit 4d4aded
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Versioned according to [Semantic Versioning](http://semver.org/).

## Unreleased

## [1.6.0] - 2024-02-19

Changed:

* Update Dockerfile, #96

## [1.5.0] - 2023-10-20

Added:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Patch and build Olena from Git, then
# Install OCR-D wrapper for binarization
FROM docker.io/ocrd/core:v2.62.0 AS base
FROM docker.io/ocrd/core:v2.63.0 AS base
ARG VCS_REF
ARG BUILD_DATE
LABEL \
Expand Down
2 changes: 1 addition & 1 deletion ocrd-tool.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.5.0",
"version": "1.6.0",
"git_url": "https://github.com/OCR-D/ocrd_olena",
"tools": {
"ocrd-olena-binarize": {
Expand Down

0 comments on commit 4d4aded

Please sign in to comment.