Skip to content

Commit ea836b1

Browse files
committed
build: back to alpine 3.13 as build breaks with 3.14
1 parent 2d07c58 commit ea836b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- file: wopiserver.Dockerfile
2323
tags: ${{ vars.DOCKERHUB_ORGANIZATION }}/wopiserver:${{ github.ref_name }}-arm64
2424
platform: linux/arm64
25-
image: python:3.14-slim-buster
25+
image: python:3.13-slim-buster
2626
push: ${{ github.event_name != 'workflow_dispatch' }}
2727
- file: wopiserver-xrootd.Dockerfile
2828
tags: ${{ vars.DOCKERHUB_ORGANIZATION }}/wopiserver:${{ github.ref_name }}-xrootd

0 commit comments

Comments
 (0)