Dockerfile
3.09 KB
-
Dev Docker: Use golang:1.12.9-alpine to prevent glibc mismatch. (#18701) · 0167e0a6
Using golang:1.12.9 which is based on Debian as a build container leads to a version mismatch for glibc when running grafana-server in alpine:3.10 grafana-server: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by grafana-server)
Franz Schwartau committed