Skip to content

Commit

Permalink
Update to version 2.1.13
Browse files Browse the repository at this point in the history
Signed-off-by: H2CK <dev@jagel.net>
  • Loading branch information
H2CK committed Dec 15, 2022
1 parent e6c0288 commit 307535e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
include:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND="noninteractive" HOME="/root" LC_ALL="C.UTF-8" LANG="en_US.U
ENV supervisor_conf /etc/supervisor/supervisord.conf
ENV security_conf /etc/apache2/conf-available/security.conf
ENV start_scripts_path /bin
ENV WT_VERSION="2.1.12"
ENV WT_VERSION="2.1.13"

# Install and activate necessary software
RUN apt-get update -qq && apt-get upgrade -qy && apt-get install -qy \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.github
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG ARCH=amd64

FROM ${ARCH}/ubuntu:22.04

ARG WT_VERSION=2.1.12
ARG WT_VERSION=2.1.13
ARG QEMU_ARCH=x86_64

ARG BUILD_DATE=2021-01-01T08:00:00Z
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,4 @@ This image contains now the necessary libraries to optionally also select Postgr
* **2022/12/01:** Webtrees 2.1.9
* **2022/12/05:** Webtrees 2.1.11
* **2022/12/06:** Webtrees 2.1.12
* **2022/12/15:** Webtrees 2.1.13

0 comments on commit 307535e

Please sign in to comment.