Преглед изворни кода

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:
 # Based on:
 # https://github.com/mundialis/docker-grass-gis/blob/master/Dockerfile
 # https://github.com/mundialis/docker-grass-gis/blob/master/Dockerfile