This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Upgrade alpine to v3.5 in Dockerfile (
#1633
)
for-closed-social
Peter Dave Hello
7 years ago
committed by
Lunny Xiao
parent
0f3923c4d7
commit
a503947fba
3 changed files
with
3 additions
and
3 deletions
Split 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.
4
FROM
alpine:3.
5
MAINTAINER
Thomas Boerger <thomas@webhippie.de>
EXPOSE
22 3000
+ 1
- 1
Dockerfile.aarch64
View File
@ -1,4 +1,4 @@
FROM
aarch64/alpine:
3.5
FROM
multiarch/alpine:aarch64-v
3.5
EXPOSE 22 3000
+ 1
- 1
Dockerfile.rpi
View File
@ -1,4 +1,4 @@
FROM
hypriot/rpi-alpine-scratch:v3.4
FROM
multiarch/alpine:armhf-v3.5
MAINTAINER Thomas Boerger <thomas@webhippie.de>
EXPOSE 22 3000
Write
Preview
Loading…
Cancel
Save