Skip to content

Commit

Permalink
build: bump webtrees version to '2.1.19'
Browse files Browse the repository at this point in the history
  • Loading branch information
QuadStingray authored and root committed Mar 19, 2024
1 parent 46b9b56 commit 1a7b57b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# quadstingray/webtrees:2.1.18
# quadstingray/webtrees:2.1.19

![Docker Pulls](https://img.shields.io/docker/pulls/quadstingray/webtrees) ![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/quadstingray/webtrees) ![Docker Image Version (latest by date)](https://img.shields.io/docker/v/quadstingray/webtrees)

Expand Down Expand Up @@ -34,7 +34,7 @@ Automated builds of the image are available on
[Dockerhub](https://hub.docker.com/r/quadstingray/webtrees)

```bash
docker pull quadstingray/webtrees:2.1.18
docker pull quadstingray/webtrees:2.1.19
```

Alternatively you can build the image yourself.
Expand All @@ -56,7 +56,7 @@ Username, password, and DB name are your choices.
Start Webtrees using:

```bash
docker run --publish 80:80 quadstingray/webtrees:2.1.18
docker run --publish 80:80 quadstingray/webtrees:2.1.19
```


Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
webtrees:
# build:
# context: ./webtrees
image: quadstingray/webtrees:2.1.18
image: quadstingray/webtrees:2.1.19
container_name: webtrees2
links:
- webtrees-mysql:webtrees-mysql
Expand Down
2 changes: 1 addition & 1 deletion vesta/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quadstingray/webtrees:2.1.18
FROM quadstingray/webtrees:2.1.19

WORKDIR /tmp_download

Expand Down
2 changes: 1 addition & 1 deletion webtrees/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:8.2.7-apache

ENV WEBTREES_VERION="2.1.18"
ENV WEBTREES_VERION="2.1.19"

WORKDIR /tmp_download

Expand Down

0 comments on commit 1a7b57b

Please sign in to comment.