Browse Source
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 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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" |
|
|
|
|
|
|
|