We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69cf405 + a1d5341 commit b797713Copy full SHA for b797713
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.21 AS builder
+FROM alpine:3.22 AS builder
2
3
ARG INSTALL_DIR=/app
4
@@ -22,7 +22,7 @@ RUN pip install openwrt-luci-rpc asusrouter asyncio aiohttp graphene flask tplin
22
RUN cat ${INSTALL_DIR}/install/freebox_certificate.pem >> /opt/venv/lib/python3.12/site-packages/aiofreepybox/freebox_certificates.pem
23
24
# second stage
25
-FROM alpine:3.21 AS runner
+FROM alpine:3.22 AS runner
26
27
28
0 commit comments