Skip to content

Commit

Permalink
Update Python base Dockerfile to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
vejmoj1 authored Jan 13, 2025
1 parent 4bc5276 commit c897d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN yarn webui:install --production --network-timeout 60000
RUN yarn webui:build

# Stage 2: Build Locust package
FROM python:3.13-slim AS base
FROM python:3.12-slim AS base

FROM base AS builder
RUN apt-get update && apt-get install -y git
Expand Down

0 comments on commit c897d0c

Please sign in to comment.