mirror of
https://github.com/Retropex/dockerfile-deps.git
synced 2025-05-12 00:20:42 +02:00
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:
parent
14a4ee06f7
commit
e2fb4e0120
0
Dogecoin/1.14.7/docker-entrypoint.sh
Normal file → Executable file
0
Dogecoin/1.14.7/docker-entrypoint.sh
Normal file → Executable file
@ -1,4 +1,4 @@
|
||||
FROM debian:stretch-slim
|
||||
FROM debian:bookworm-slim
|
||||
|
||||
RUN groupadd -r dogecoin && useradd -r -m -g dogecoin dogecoin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user