pin base image to alpine:3.11

Este commit está contenido en:
Felix Lohmeier 2020-08-08 12:46:23 +02:00
padre 1c812d1253
commit 41b90c38b3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.11
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.
# Source: https://github.com/opencultureconsulting/openrefine-client