1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-06-26 12:30:18 +02:00

docker: run as non-root user by default

This commit is contained in:
cn
2021-04-02 10:54:48 +02:00
committed by Christian Nicolai
parent 53af02398d
commit 6374837156
2 changed files with 12 additions and 0 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 3.4.0 (April 2, 2021)
IMPROVEMENTS:
- **change** Docker image to run as non-root user `65534` by default, limits attack surface for security and gives OpenShift compatibility
## 3.3.3 (April 1, 2021)
OTHER: