This commit is contained in:
parent
451a9c437d
commit
db7c9902c4
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.13.4-slim-bookworm
|
FROM python:3.13.5-slim-bookworm
|
||||||
RUN apt-get update -qq && apt-get install -qq git --no-install-recommends && rm -rf /var/lib/apt/lists/*
|
RUN apt-get update -qq && apt-get install -qq git --no-install-recommends && rm -rf /var/lib/apt/lists/*
|
||||||
WORKDIR ./
|
WORKDIR ./
|
||||||
ARG PUID=1000
|
ARG PUID=1000
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.13.4-slim-bookworm
|
FROM python:3.13.5-slim-bookworm
|
||||||
RUN apt-get update -qq && apt-get install -qq git --no-install-recommends && rm -rf /var/lib/apt/lists/*
|
RUN apt-get update -qq && apt-get install -qq git --no-install-recommends && rm -rf /var/lib/apt/lists/*
|
||||||
WORKDIR ./
|
WORKDIR ./
|
||||||
# ARG PUID=1000
|
# ARG PUID=1000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue