diff options
author | HackedOS <gmachina42@gmail.com> | 2022-08-04 12:42:22 +0530 |
---|---|---|
committer | HackedOS <gmachina42@gmail.com> | 2022-08-04 12:42:22 +0530 |
commit | c7de172b66db9e512c7ceb203c9c837c3f0eaeac (patch) | |
tree | 84fb4c3669e3032e8d2723aa797c02154af0a4ac /docker-compose.yml | |
parent | 17331cc7a71020d7a815bf2f31c65418a48cc7e3 (diff) | |
download | COFL-c7de172b66db9e512c7ceb203c9c837c3f0eaeac.tar.gz COFL-c7de172b66db9e512c7ceb203c9c837c3f0eaeac.tar.bz2 COFL-c7de172b66db9e512c7ceb203c9c837c3f0eaeac.zip |
Fix CI
Diffstat (limited to 'docker-compose.yml')
-rwxr-xr-x | docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 949e764..956d839 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.9" services: java: - image: openjdk:8-jdk-slim + image: openjdk:17-jdk-slim command: bash -c "source /data/docker-build.sh" user: "1000" volumes: |