1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-08-09 14:48:37 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Christian Nicolai
aae2a633c5 release: 3.3.0 2021-01-18 15:08:25 +01:00
Christian Nicolai
c7aed4353a docker: update base image to Alpine 3.13 2021-01-18 15:06:56 +01:00
3 changed files with 8 additions and 2 deletions

View File

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

View File

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

View File

@@ -1,5 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
module Dyndnsd module Dyndnsd
VERSION = '3.2.0' VERSION = '3.3.0'
end end