Browse Source

docker: switch alpine stable to 3.10

Ships Python 3.7 rather than 3.8
Markus Neteler 5 years ago
parent
commit
274b7717a0
1 changed files with 1 additions and 1 deletions
  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