From f6fcf36a179d5da4cd0bdbea905de80d18faab17 Mon Sep 17 00:00:00 2001 From: wdhowe Date: Thu, 26 Nov 2020 11:26:19 -0600 Subject: [PATCH] Bumped openjdk version in Dockerfile from 8 to 11. --- CHANGELOG.md | 9 ++++++++- Dockerfile | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index deeb3f5..363340d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file. This change - Nothing yet. +## [0.2.1] - 2020-11-26 + +### 0.2.1 Changed + +- Bumped openjdk version in Dockerfile from 8 to 11. + ## [0.2.0] - 2020-11-25 ### 0.2.0 Added @@ -21,7 +27,8 @@ All notable changes to this project will be documented in this file. This change --- -[Unreleased]: https://github.com/wdhowe/lemme-know-bot/compare/0.2.0...HEAD +[Unreleased]: https://github.com/wdhowe/lemme-know-bot/compare/0.2.1...HEAD +[0.2.1]: https://github.com/wdhowe/lemme-know-bot/compare/0.2.0...0.2.1 [0.2.0]: https://github.com/wdhowe/lemme-know-bot/compare/0.1.0...0.2.0 [comment]: # (Types of changes) diff --git a/Dockerfile b/Dockerfile index 6437455..8dbebe8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Instructions from: https://hub.docker.com/_/clojure/ -FROM clojure:openjdk-8-lein +FROM clojure:openjdk-11-lein # Environment settings ENV APP_DIR=/usr/src/app