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
parent
commit
bae5492e7c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      containers/webserver/Dockerfile

+ 1
- 1
containers/webserver/Dockerfile View File

@@ -1,4 +1,4 @@
FROM httpd:2.4
FROM httpd:2.4-bullseye
LABEL maintainer="LessPass <contact@lesspass.com>"
LABEL name="LessPass Web Server"



Loading…
Cancel
Save