chore(deps): update python docker tag to v3.14
This commit is contained in:
parent
cd21bf5617
commit
2949429354
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
||||||
3.11
|
3.14
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.12-slim
|
FROM python:3.14-slim
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y curl build-essential \
|
RUN apt-get update && apt-get install -y curl build-essential \
|
||||||
&& curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
|
&& curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue