pin base image to alpine:3.11

这个提交包含在:
Felix Lohmeier 2020-08-08 12:46:23 +02:00
父节点 1c812d1253
当前提交 41b90c38b3
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -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