Fix dockerfile build

This commit is contained in:
bobokun 2025-09-06 07:29:27 -04:00
parent 700d83cd8b
commit 3229cc1a40
No known key found for this signature in database
GPG key ID: B73932169607D927
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# Use a multi-stage build to minimize final image size
FROM python:3.13-alpine as builder
FROM python:3.13-alpine AS builder
ARG BRANCH_NAME=master
ENV BRANCH_NAME=${BRANCH_NAME}
@ -12,6 +12,7 @@ RUN apk add --no-cache \
libxml2-dev \
libxslt-dev \
zlib-dev \
libffi-dev \
curl \
bash

View file

@ -1 +1 @@
4.6.1-develop9
4.6.1-develop10