This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Dockerfile: Updated alpine image to 3.6. (
#2486
)
Signed-off-by: Jonathan Davies <jpds@protonmail.com>
tags/v1.3.0-rc1
Jon Davies
Lunny Xiao
7 years ago
parent
f260a1caa3
commit
7fa7c4b40e
3 changed files
with
3 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Dockerfile
+1
-1
Dockerfile.aarch64
+1
-1
Dockerfile.rpi
+ 1
- 1
Dockerfile
View File
@@ -1,4 +1,4 @@
FROM alpine:3.
5
FROM alpine:3.
6
MAINTAINER Thomas Boerger <thomas@webhippie.de>
MAINTAINER Thomas Boerger <thomas@webhippie.de>
EXPOSE 22 3000
EXPOSE 22 3000
+ 1
- 1
Dockerfile.aarch64
View File
@@ -1,4 +1,4 @@
FROM multiarch/alpine:aarch64-v3.
5
FROM multiarch/alpine:aarch64-v3.
6
EXPOSE 22 3000
EXPOSE 22 3000
+ 1
- 1
Dockerfile.rpi
View File
@@ -1,4 +1,4 @@
FROM multiarch/alpine:armhf-v3.
5
FROM multiarch/alpine:armhf-v3.
6
MAINTAINER Thomas Boerger <thomas@webhippie.de>
MAINTAINER Thomas Boerger <thomas@webhippie.de>
EXPOSE 22 3000
EXPOSE 22 3000
Write
Preview
Loading…
Cancel
Save