Przeglądaj źródła
Use httpd:2.4-bullseye instead of httpd:2.4
httpd:2.4 use debian 12 and broke webserver on ubuntu 18
main
Guillaume Vincent
1 rok temu
committed by
GitHub
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z
1 dodań i
1 usunięć
-
containers/webserver/Dockerfile
|
|
@@ -1,4 +1,4 @@ |
|
|
|
FROM httpd:2.4 |
|
|
|
FROM httpd:2.4-bullseye |
|
|
|
LABEL maintainer="LessPass <contact@lesspass.com>" |
|
|
|
LABEL name="LessPass Web Server" |
|
|
|
|
|
|
|