Browse Source

Use registry:2 as base instead of registry:2.6.2

master
Ricardo Branco 6 years ago
parent
commit
6c47b3da2d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile View File

@@ -1,4 +1,4 @@
1
-FROM	registry:2.6.2
1
+FROM	registry:2
2 2
 
3 3
 RUN	apk --no-cache add python3 python3-dev
4 4
 

Loading…
Cancel
Save