mirror of
https://github.com/cmur2/dyndnsd.git
synced 2024-12-22 00:54:22 +01:00
docker: update base image to Alpine 3.13.2
This commit is contained in:
parent
08e92a0772
commit
dee9beb4e0
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 3.3.1
|
||||||
|
|
||||||
|
OTHER:
|
||||||
|
|
||||||
|
- update base of Docker image to Alpine 3.13.2 to fix security vulnerabilities
|
||||||
|
|
||||||
## 3.3.0 (January 18, 2021)
|
## 3.3.0 (January 18, 2021)
|
||||||
|
|
||||||
OTHER:
|
OTHER:
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
FROM alpine:3.13
|
FROM alpine:3.13.2
|
||||||
|
|
||||||
EXPOSE 5353 8080
|
EXPOSE 5353 8080
|
||||||
|
|
||||||
ARG DYNDNSD_VERSION=3.0.0
|
ARG DYNDNSD_VERSION=3.3.0
|
||||||
|
|
||||||
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 && \
|
||||||
|
Loading…
Reference in New Issue
Block a user