mirror of
https://github.com/vacp2p/status-linea-besu.git
synced 2026-01-09 13:58:02 -05:00
Update JDK 11 to latest version in Besu Docker images (#2926)
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
### Additions and Improvements
|
||||
- Upgrade CircleCI OpenJDK docker image to version 11.0.12. [#2928](https://github.com/hyperledger/besu/pull/2928)
|
||||
- Update JDK 11 to latest version in Besu Docker images. [#2925](https://github.com/hyperledger/besu/pull/2925)
|
||||
|
||||
### Bug Fixes
|
||||
- Do not change the sender balance, but set gas fee to zero, when simulating a transaction without enforcing balance checks. [#2454](https://github.com/hyperledger/besu/pull/2454)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
FROM ghcr.io/graalvm/graalvm-ce:ol7-java11-21.0.0
|
||||
FROM ghcr.io/graalvm/graalvm-ce:ol7-java11
|
||||
ARG VERSION="dev"
|
||||
|
||||
RUN adduser --home /opt/besu besu && \
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
FROM adoptopenjdk/openjdk11:jre-11.0.11_9
|
||||
FROM openjdk:11-slim-buster
|
||||
|
||||
ARG VERSION="dev"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user