Skip to content

Commit

Permalink
fix(dockerfile): incorrect image used
Browse files Browse the repository at this point in the history
  • Loading branch information
luizfonseca committed May 16, 2024
1 parent 3859c76 commit dd44443
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:slim-bullseye
FROM debian:bullseye-slim

RUN set -eux; \
export DEBIAN_FRONTEND=noninteractive; \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,10 @@ The following features are included or will be included into Proksi without the
### Proxy
- [ ] Automatic SSL termination (using LetsEncrypt)
- [ ] Automatic HTTP to HTTPS redirection
- [X] Automatic HTTP to HTTPS redirection
- [ ] Docker Labeling Support (for services discovery)
- [ ] Load Balancing (Round Robin, Weighted Round Robin, Least Connections)
- [ ] Health Checks
- [X] Health Checks
- [ ] Storage support for LetsEncrypt certificates (S3, Etcd, Consul, etc)
- [ ] Controller <> server support (in order to share certificates)
Expand Down

0 comments on commit dd44443

Please sign in to comment.