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

release: 3.3.3

This commit is contained in:
cn
2021-04-01 09:38:43 +02:00
parent 43f089ce70
commit 16706071b7
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ FROM alpine:3.13.4
EXPOSE 5353 8080
ARG DYNDNSD_VERSION=3.3.2
ARG DYNDNSD_VERSION=3.3.3
RUN apk --no-cache add openssl ca-certificates && \
apk --no-cache add ruby ruby-etc ruby-io-console ruby-json ruby-webrick && \