Skip to content

Commit

Permalink
Bumped openjdk version in Dockerfile from 8 to 11.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhowe committed Nov 26, 2020
1 parent c1acf77 commit f6fcf36
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f6fcf36

Please sign in to comment.