pin base image to alpine:3.11
This commit is contained in:
parent
1c812d1253
commit
41b90c38b3
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine:latest
|
FROM alpine:3.11
|
||||||
LABEL maintainer="felixlohmeier@opencultureconsulting.com"
|
LABEL maintainer="felixlohmeier@opencultureconsulting.com"
|
||||||
# The OpenRefine Python Client Library from PaulMakepeace provides an interface to communicating with an OpenRefine server. This fork extends the command line interface (CLI) and supports communication between docker containers.
|
# The OpenRefine Python Client Library from PaulMakepeace provides an interface to communicating with an OpenRefine server. This fork extends the command line interface (CLI) and supports communication between docker containers.
|
||||||
# Source: https://github.com/opencultureconsulting/openrefine-client
|
# Source: https://github.com/opencultureconsulting/openrefine-client
|
||||||
|
|
Loading…
Reference in New Issue