Skip to content

Commit

Permalink
Update java versions to latest release (#305)
Browse files Browse the repository at this point in the history
Motivation:

The used java versions in our docker-compose file were outdated

Modifications:

Update all versions to latest release

Result:

Use latest versions on CI
  • Loading branch information
normanmaurer authored Jun 25, 2024
1 parent e8ee7cd commit 5a6638b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
cd /path/to/source/
```

## centos 8 with java 8
## centos 7 with java 8

```
docker-compose -f docker/docker-compose.centos-8.yaml -f docker/docker-compose.centos-8.18.yaml run build
docker-compose -f docker/docker-compose.centos-7.yaml -f docker/docker-compose.centos-7.18.yaml run build
```
2 changes: 1 addition & 1 deletion docker/docker-compose.centos-7.18.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
image: netty-codec-http3-centos7:centos-7-1.8
build:
args:
java_version : "8.0.402-zulu"
java_version : "8.0.412-zulu"

build:
image: netty-codec-http3-centos7:centos-7-1.8
Expand Down

0 comments on commit 5a6638b

Please sign in to comment.