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 e1f41c6 commit f72d089Copy full SHA for f72d089
.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.1'
+ OPENREFINE_VERSION: '3.9.3'
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.1
+ image: easypi/openrefine:3.9.3
20
ports:
21
- "3333:3333"
22
volumes:
0 commit comments