docker: update base image to Alpine 3.13

This commit is contained in:
Christian Nicolai 2021-01-18 15:06:56 +01:00
parent c335a96e12
commit c7aed4353a
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 3.3.0
OTHER:
- update base of Docker image to Alpine 3.13
## 3.2.0 (January 14, 2021)
IMPROVEMENTS:

View File

@ -1,4 +1,4 @@
FROM alpine:3.12
FROM alpine:3.13
EXPOSE 5353 8080