Skip to content

Commit b797713

Browse files
author
jokob-sk
committed
2 parents 69cf405 + a1d5341 commit b797713

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.21 AS builder
1+
FROM alpine:3.22 AS builder
22

33
ARG INSTALL_DIR=/app
44

@@ -22,7 +22,7 @@ RUN pip install openwrt-luci-rpc asusrouter asyncio aiohttp graphene flask tplin
2222
RUN cat ${INSTALL_DIR}/install/freebox_certificate.pem >> /opt/venv/lib/python3.12/site-packages/aiofreepybox/freebox_certificates.pem
2323

2424
# second stage
25-
FROM alpine:3.21 AS runner
25+
FROM alpine:3.22 AS runner
2626

2727
ARG INSTALL_DIR=/app
2828

0 commit comments

Comments
 (0)