mirror of
https://github.com/cmur2/dyndnsd.git
synced 2024-12-22 00:54:22 +01:00
docker: update base image to Alpine 3.13.5
This commit is contained in:
parent
085f75c6dd
commit
243f679d7f
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 3.4.1
|
||||||
|
|
||||||
|
OTHER:
|
||||||
|
|
||||||
|
- update base of Docker image to Alpine 3.13.5 to fix security vulnerabilities
|
||||||
|
|
||||||
## 3.4.0 (April 2, 2021)
|
## 3.4.0 (April 2, 2021)
|
||||||
|
|
||||||
IMPROVEMENTS:
|
IMPROVEMENTS:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.13.4
|
FROM alpine:3.13.5
|
||||||
|
|
||||||
EXPOSE 5353 8080
|
EXPOSE 5353 8080
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user