Skip to content

Commit

Permalink
Update Dockerfile to use Alpine version 3.18.6 and add jq library.
Browse files Browse the repository at this point in the history
  • Loading branch information
nsouto committed Apr 29, 2024
1 parent 43b0f12 commit e37afdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pdns-auth/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG PDNS_VERSION=4.7

FROM alpine:3.18.4
FROM alpine:3.18.6

ARG PDNS_VERSION

Expand All @@ -13,6 +13,7 @@ RUN apk add --no-cache \
pdns-backend-pipe~=${PDNS_VERSION} \
pdns-backend-remote~=${PDNS_VERSION} \
pdns-doc \
jq \
py3-pip \
python3

Expand Down
2 changes: 1 addition & 1 deletion pdns-rec/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG PDNS_VERSION=4.8

FROM alpine:3.18.4
FROM alpine:3.18.6

ARG PDNS_VERSION

Expand Down

0 comments on commit e37afdb

Please sign in to comment.