Skip to content

Commit

Permalink
Merge pull request #23 from Quodatum/dev
Browse files Browse the repository at this point in the history
update for basex 11.5
  • Loading branch information
apb2006 authored Nov 27, 2024
2 parents 25c1af6 + 0c078e9 commit 3e57e98
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/buildx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ name: multi-arch docker buildx
env:
JDK_IMAGE: eclipse-temurin:17-jre
JDK_TAG: 17-jre
BASEX_VER: https://files.basex.org/releases/11.3/BaseX113.zip
BASEX_TAG: basex-11.3
BASEX_VER: https://files.basex.org/releases/11.5/BaseX115.zip
BASEX_TAG: basex-11.5

on:
workflow_dispatch:
Expand All @@ -21,13 +21,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2024-11-27
* update BaseX to 11.5
* update github actions versions
# 2024-06-17
* update BaseX to 11.0
* Saxon-HE to 10.9
Expand Down
1 change: 0 additions & 1 deletion samples/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# simple basex
version: '3'
services:
basex:
image: quodatum/basexhttp
Expand Down

0 comments on commit 3e57e98

Please sign in to comment.