We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f94ff5d commit e1f41c6Copy full SHA for e1f41c6
.github/workflows/build.yaml
@@ -11,7 +11,7 @@ on:
11
env:
12
PLATFORMS: 'linux/amd64,linux/arm64'
13
IMAGE_NAME: 'easypi/openrefine'
14
- OPENREFINE_VERSION: '3.9.0'
+ OPENREFINE_VERSION: '3.9.1'
15
16
jobs:
17
release:
README.md
@@ -16,7 +16,7 @@ Please read the [wiki][2] to learn more.
```yaml
services:
18
openrefine:
19
- image: easypi/openrefine:3.9.0
+ image: easypi/openrefine:3.9.1
20
ports:
21
- "3333:3333"
22
volumes:
docker-compose.yml
@@ -1,6 +1,6 @@
1
2
3
4
5
6
0 commit comments