mirror of
https://github.com/cmur2/dyndnsd.git
synced 2024-12-21 14:54:22 +01:00
release: 3.3.1
This commit is contained in:
parent
920d82f073
commit
70ec21af94
@ -1,6 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 3.3.1
|
## 3.3.1 (February 18, 2021)
|
||||||
|
|
||||||
OTHER:
|
OTHER:
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ FROM alpine:3.13.2
|
|||||||
|
|
||||||
EXPOSE 5353 8080
|
EXPOSE 5353 8080
|
||||||
|
|
||||||
ARG DYNDNSD_VERSION=3.3.0
|
ARG DYNDNSD_VERSION=3.3.1
|
||||||
|
|
||||||
RUN apk --no-cache add openssl ca-certificates && \
|
RUN apk --no-cache add openssl ca-certificates && \
|
||||||
apk --no-cache add ruby ruby-etc ruby-io-console ruby-json ruby-webrick && \
|
apk --no-cache add ruby ruby-etc ruby-io-console ruby-json ruby-webrick && \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Dyndnsd
|
module Dyndnsd
|
||||||
VERSION = '3.3.0'
|
VERSION = '3.3.1'
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user