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

docker: update Alpine tools to fix openssl vulnerability

This commit is contained in:
cn
2021-08-26 21:19:34 +02:00
parent 1a59d6f79a
commit 4b3302bb49
4 changed files with 9 additions and 2 deletions

View File

@ -5,7 +5,7 @@ EXPOSE 5353 8080
ARG DYNDNSD_VERSION
RUN apk --no-cache add openssl ca-certificates && \
apk upgrade apk-tools && \
apk upgrade apk-tools libcrypto1.1 libssl1.1 && \
apk --no-cache add ruby ruby-etc ruby-io-console ruby-json ruby-webrick && \
apk --no-cache add --virtual .build-deps linux-headers ruby-dev build-base tzdata && \
gem install --no-document dyndnsd -v ${DYNDNSD_VERSION} && \