mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
Upgrade django to 5.2, python to 3.13 (#1915)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# syntax = docker/dockerfile:experimental
|
||||
|
||||
FROM python:3.11-slim AS builder-py
|
||||
FROM python:3.13-slim AS builder-py
|
||||
|
||||
ARG LOCAL_DEVELOPMENT
|
||||
|
||||
@@ -42,7 +42,7 @@ RUN yarn build
|
||||
|
||||
|
||||
# Final image.
|
||||
FROM python:3.11-slim AS release
|
||||
FROM python:3.13-slim AS release
|
||||
|
||||
RUN apt update && apt install -y git libpq-dev ruby ruby-dev && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user