This website works better with JavaScript
Home
Explore
Help
Sign In
compsci-industry
/
TechEmpower.FrameworkBenchmarks
mirror of
https://github.com/TechEmpower/FrameworkBenchmarks.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Update Workerman to Ubuntu 20.04 (
#5691
)
Joan Miquel
5 years ago
parent
f6c337fca0
commit
76d88c077e
3 changed files
with
3 additions
and
3 deletions
Unified View
Show Diff Stats
1
1
frameworks/PHP/workerman/workerman-async.dockerfile
1
1
frameworks/PHP/workerman/workerman-pgsql.dockerfile
1
1
frameworks/PHP/workerman/workerman.dockerfile
+ 1
- 1
frameworks/PHP/workerman/workerman-async.dockerfile
View File
@@ -1,4 +1,4 @@
-FROM ubuntu:
19.10
+FROM ubuntu:
20.04
ARG DEBIAN_FRONTEND=noninteractive
ARG DEBIAN_FRONTEND=noninteractive
+ 1
- 1
frameworks/PHP/workerman/workerman-pgsql.dockerfile
View File
@@ -1,4 +1,4 @@
-FROM ubuntu:
19.10
+FROM ubuntu:
20.04
ARG DEBIAN_FRONTEND=noninteractive
ARG DEBIAN_FRONTEND=noninteractive
+ 1
- 1
frameworks/PHP/workerman/workerman.dockerfile
View File
@@ -1,4 +1,4 @@
-FROM ubuntu:
19.10
+FROM ubuntu:
20.04
ARG DEBIAN_FRONTEND=noninteractive
ARG DEBIAN_FRONTEND=noninteractive