Skip to content

Commit

Permalink
Specified Alpine linux version (v3.14) to pin package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed Nov 28, 2021
1 parent 0aa2df2 commit 8b486ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/radiusd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3
FROM alpine:3.14

ARG TZ
ARG RADIUS_HOST
Expand All @@ -8,8 +8,8 @@ ARG NO_PREPARE
ENV SCRIPTDIR=/scripts TZ=${TZ} RADIUS_HOST=${RADIUS_HOST} \
NO_PREPARE=${NO_PREPARE}

RUN apk upgrade --update && \
apk add --no-cache ${APKREPO_EDGE} freeradius freeradius-eap \
RUN apk add --no-cache ${APKREPO_EDGE} freeradius \
freeradius-eap \
freeradius-utils && \
apk add --no-cache openssl make ca-certificates \
tzdata patch wpa_supplicant
Expand Down

0 comments on commit 8b486ea

Please sign in to comment.