Skip to content

Commit cb5e381

Browse files
committed
use current container image for build
1 parent 115cf05 commit cb5e381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
container:
1414
# trying to be close to the f-droid build to detect failures early
15-
image: registry.gitlab.com/fdroid/fdroidserver:buildserver-bullseye
15+
image: registry.gitlab.com/fdroid/fdroidserver:buildserver-bookworm
1616
env:
1717
ANDROID_HOME: /opt/android-sdk
1818
steps:

0 commit comments

Comments
 (0)