Skip to content

Commit

Permalink
build(image): patch-level base-image bump (#1265)
Browse files Browse the repository at this point in the history
  • Loading branch information
cragwolfe authored Sep 1, 2023
1 parent 6534411 commit 69c2c62
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.10.12-dev0

### Enhancements

### Features

### Fixes

## 0.10.11

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:experimental
FROM quay.io/unstructured-io/base-images:rocky9.2-2 as base
FROM quay.io/unstructured-io/base-images:rocky9.2-3 as base

# NOTE(crag): NB_USER ARG for mybinder.org compat:
# https://mybinder.readthedocs.io/en/latest/tutorials/dockerfile.html
Expand Down
2 changes: 1 addition & 1 deletion unstructured/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.10.11" # pragma: no cover
__version__ = "0.10.12-dev0" # pragma: no cover

0 comments on commit 69c2c62

Please sign in to comment.