Skip to content

Commit

Permalink
Merge pull request #101 from hammera/docker_update
Browse files Browse the repository at this point in the history
Increase Liblouis version number to 3.28.0 version
  • Loading branch information
egli authored Jan 17, 2024
2 parents 07919d3 + 10254fc commit 681149e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sanitizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
branches: [ master ]

env:
LIBLOUIS_VERSION: 3.27.0
LIBLOUIS_VERSION: 3.28.0

jobs:
sanitizer:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.win32
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN apt-get update && dpkg --add-architecture i386 && apt-get update && apt-get
&& rm -rf /var/lib/apt/lists/*

ARG LIBYAML_VERSION=0.1.4
ARG LIBLOUIS_VERSION=3.27.0
ARG LIBLOUIS_VERSION=3.28.0
ARG LIBXML2_VERSION=2.9.9
ENV HOST=i686-w64-mingw32 \
PREFIX=/usr/build/win32 \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.win64
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*

ARG LIBYAML_VERSION=0.1.4
ARG LIBLOUIS_VERSION=3.27.0
ARG LIBLOUIS_VERSION=3.28.0
ARG LIBXML2_VERSION=2.9.9
ENV HOST=x86_64-w64-mingw32 \
PREFIX=/usr/build/win64 \
Expand Down

0 comments on commit 681149e

Please sign in to comment.