浏览代码

docker: switch alpine stable to 3.10

Ships Python 3.7 rather than 3.8
Markus Neteler 5 年之前
父节点
当前提交
274b7717a0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docker/alpine/Dockerfile_alpine_latest

+ 1 - 1
docker/alpine/Dockerfile_alpine_latest

@@ -1,4 +1,4 @@
-FROM alpine:latest
+FROM alpine:3:10
 
 # Based on:
 # https://github.com/mundialis/docker-grass-gis/blob/master/Dockerfile