Skip to content

Commit 25f2d38

Browse files
committed
Fix JVM version in Docker build
1 parent 1ff2f59 commit 25f2d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: echo "SOURCE_DATE_EPOCH=$(date -d $(parse-changelog CHANGELOG.md -t | rev | cut -d' ' -f1 | rev) '+%s')" >> "$GITHUB_ENV"
2525
- uses: coursier/setup-action@v1
2626
with:
27-
jvm: adopt:8
27+
jvm: zulu:11.0.10
2828
apps: sbt scala
2929
- name: Compile and prepare Docker configuration
3030
run: sbt Docker/stage

0 commit comments

Comments
 (0)