Skip to content

Commit

Permalink
Merge pull request #105 from hammera/docker_update
Browse files Browse the repository at this point in the history
Update Liblouis stable version to 3.29.0
  • Loading branch information
egli authored Mar 5, 2024
2 parents 90e0436 + 1952d3d commit f95e86b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ master ]

env:
LIBLOUIS_VERSION: 3.28.0
LIBLOUIS_VERSION: 3.29.0

jobs:
build:
Expand Down
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.28.0
LIBLOUIS_VERSION: 3.29.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.28.0
ARG LIBLOUIS_VERSION=3.29.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.28.0
ARG LIBLOUIS_VERSION=3.29.0
ARG LIBXML2_VERSION=2.9.9
ENV HOST=x86_64-w64-mingw32 \
PREFIX=/usr/build/win64 \
Expand Down

0 comments on commit f95e86b

Please sign in to comment.