Skip to content

Commit

Permalink
chore(deps): update adoptopenjdk docker tag to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 6, 2023
1 parent 40062fb commit 1394249
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 @@ -3,7 +3,7 @@
# image.

# This image aims for maximum slimness
FROM adoptopenjdk:8-jdk-hotspot
FROM adoptopenjdk:11.0.11_9-jdk-hotspot

RUN apt-get update && DEBIAN_FRONTEND="noninteractive" apt-get install -y wget && \
apt-get clean -y && rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 1394249

Please sign in to comment.