Skip to content

Commit f72d089

Browse files
committed
bump version
1 parent e1f41c6 commit f72d089

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
env:
1212
PLATFORMS: 'linux/amd64,linux/arm64'
1313
IMAGE_NAME: 'easypi/openrefine'
14-
OPENREFINE_VERSION: '3.9.1'
14+
OPENREFINE_VERSION: '3.9.3'
1515

1616
jobs:
1717
release:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Please read the [wiki][2] to learn more.
1616
```yaml
1717
services:
1818
openrefine:
19-
image: easypi/openrefine:3.9.1
19+
image: easypi/openrefine:3.9.3
2020
ports:
2121
- "3333:3333"
2222
volumes:

0 commit comments

Comments
 (0)