Skip to content

Commit

Permalink
Merge pull request #80 from pi-hole/ftl-build/update-libs
Browse files Browse the repository at this point in the history
Update nettle 3.9 -> 3.9.1 and mbedtls 3.4.0 -> 3.4.1
  • Loading branch information
PromoFaux committed Sep 28, 2023
2 parents 9cbba6e + 6819cd9 commit 6aa4a9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ftl-build/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ FROM ${CONTAINER} AS builder
ARG idnversion=1.41
ARG readlineversion=8.1
ARG termcapversion=1.3.1
ARG nettleversion=3.9
ARG mbedtlsversion=3.4.0
ARG nettleversion=3.9.1
ARG mbedtlsversion=3.4.1

RUN apk add --no-cache \
alpine-sdk \
Expand Down
4 changes: 2 additions & 2 deletions ftl-build/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ARG CONTAINER
ARG idnversion=1.41
ARG readlineversion=8.1
ARG termcapversion=1.3.1
ARG nettleversion=3.9
ARG mbedtlsversion=3.4.0
ARG nettleversion=3.9.1
ARG mbedtlsversion=3.4.1

# Switch repositories to the archive server
RUN if [ "${CONTAINER}" = "debian:stretch-slim" ]; then \
Expand Down

0 comments on commit 6aa4a9f

Please sign in to comment.