Skip to content

Commit

Permalink
pin base docker image to 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdk committed Nov 16, 2023
1 parent 8d65256 commit 99b5c98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog
## latest
- fix: Support kebab-cased property names with modifiers: previously ':gte:order-date' resulted in ['gte', ['order']] while the expected result is ['gte', ['order-date']]
- change: pin base docker image to semtech/mu-jruby-template:2.13.0

## v0.9.1
- fix: correctly handle deletion of a resource. due to a bug not all deletions in the DB also resulted in removal from the search index
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM semtech/mu-jruby-template
FROM semtech/mu-jruby-template:2.13.0

LABEL maintainer="redpencil <[email protected]>"
# 200MB
Expand Down

0 comments on commit 99b5c98

Please sign in to comment.