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 (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 17, 2022
1 parent bcb26fe commit 65d3778
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 65d3778

Please sign in to comment.