Skip to content

Commit

Permalink
Bump openjdk from 15-slim to 18-slim in /docker
Browse files Browse the repository at this point in the history
Bumps openjdk from 15-slim to 18-slim.

---
updated-dependencies:
- dependency-name: openjdk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 29, 2023
1 parent 7e31151 commit c216e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.

FROM openjdk:15-slim
FROM openjdk:18-slim

# Set following argument with the required validate tool version
ARG validate_version=3.0.3
Expand Down

0 comments on commit c216e9f

Please sign in to comment.