This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
lesspass
mirror of
https://github.com/lesspass/lesspass.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
67
Wiki
Activity
Browse Source
use a more generic base image name
pull/342/head
Guillaume Vincent
8 years ago
parent
c885735ca7
commit
4242fd37a6
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Dockerfile
+ 1
- 1
Dockerfile
View File
@@ -1,4 +1,4 @@
FROM nginx:
1.10
-alpine
FROM nginx:
stable
-alpine
RUN apk update && apk add \
RUN apk update && apk add \
python3 \
python3 \
Write
Preview
Loading…
Cancel
Save