fix: build errors for Dogecoin 1.14.7 (#87)

- Updated base image from Stretch to Bookworm
- Ensured docker-entrypoint.sh is properly set for execution
This commit is contained in:
daanksy 2024-04-13 07:06:12 -03:00 committed by GitHub
parent 14a4ee06f7
commit e2fb4e0120
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

0
Dogecoin/1.14.7/docker-entrypoint.sh Normal file → Executable file
View File

View File

@ -1,4 +1,4 @@
FROM debian:stretch-slim
FROM debian:bookworm-slim
RUN groupadd -r dogecoin && useradd -r -m -g dogecoin dogecoin