Skip to content

Commit

Permalink
Update Alpine to 3.20
Browse files Browse the repository at this point in the history
(to use latest squid with bug fix)
  • Loading branch information
taoky committed Jul 28, 2024
1 parent e821f4f commit e1aa99d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .docker/build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e

build_squid2radius_dependency(){
apk add python3 py-pip ca-certificates openssl
pip install pyrad==2.1 hurry.filesize==0.9
pip install pyrad==2.1 --break-system-packages
}

apk update
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM smartentry/alpine:3.18
FROM smartentry/alpine:3.20

MAINTAINER Yifan Gao <[email protected]>
LABEL maintainer="Yifan Gao <[email protected]>"

COPY .docker $ASSETS_DIR
HEALTHCHECK --interval=30s --timeout=10s --start-period=30s --retries=3 CMD /opt/healthcheck.sh
Expand Down

0 comments on commit e1aa99d

Please sign in to comment.