Skip to content

Commit

Permalink
fix: python version up to 3.12 from 3.11 in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lkhagvadorj-amp committed Dec 31, 2024
1 parent 0bf38ce commit d3f04a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG py_version=3.11.2
ARG py_version=3.12.8

FROM python:$py_version-slim-bullseye as base

Expand Down

0 comments on commit d3f04a3

Please sign in to comment.