Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump openjdk from 8-jre-slim to 11-jre-slim
Browse files Browse the repository at this point in the history
Bumps openjdk from 8-jre-slim to 11-jre-slim.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 11, 2022
1 parent 9127cdc commit e3589fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:8-jre-slim
FROM openjdk:11-jre-slim

RUN apt-get update && apt-get --yes upgrade && \
apt-get install -y python3 python3-pip curl && \
Expand Down

0 comments on commit e3589fe

Please sign in to comment.