Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into github-actions/upgrade-main
Browse files Browse the repository at this point in the history
bweigel authored Jan 15, 2024
2 parents a13b392 + bed60d4 commit 767cce0
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.al1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Builds binaries for Amazonlinux 1
FROM lambci/lambda-base:build

ARG LEPTONICA_VERSION=1.84.0
ARG LEPTONICA_VERSION=1.84.1
ARG TESSERACT_VERSION=5.3.3
ARG AUTOCONF_ARCHIVE_VERSION=2017.09.28
ARG TMP_BUILD=/tmp
2 changes: 1 addition & 1 deletion Dockerfile.al2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Builds binaries for Amazonlinux 2
FROM public.ecr.aws/sam/build-provided.al2:1.97

ARG LEPTONICA_VERSION=1.84.0
ARG LEPTONICA_VERSION=1.84.1
ARG TESSERACT_VERSION=5.3.3
ARG AUTOCONF_ARCHIVE_VERSION=2017.09.28
ARG TMP_BUILD=/tmp
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ Tesseract OCR Lambda Layer
===

![Tesseract](https://img.shields.io/badge/Tesseract-5.3.3-green?style=flat-square)
![Leptonica](https://img.shields.io/badge/Leptonica-1.84.0-green?style=flat-square)
![Leptonica](https://img.shields.io/badge/Leptonica-1.84.1-green?style=flat-square)

![Examples available for Runtimes](https://img.shields.io/badge/Examples_(Lambda_runtimes)-Python_3.6(AL1),Python_3.8(AL2)-informational?style=flat-square)
![Examples available for IaC Tools](https://img.shields.io/badge/Examples_(IaC)-Serverless_Framework,_AWS_CDK-informational?style=flat-square)

0 comments on commit 767cce0

Please sign in to comment.