mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-08-26 13:21:14 +00:00
Fix build by pinning builder image to python:3.12-bookworm
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Build stage: install build dependencies and Python packages
|
# Build stage: install build dependencies and Python packages
|
||||||
FROM python:3.12-slim AS builder
|
FROM python:3.12-bookworm AS builder
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Install build dependencies required for compiling C extensions
|
# Install build dependencies required for compiling C extensions
|
||||||
|
Reference in New Issue
Block a user