fix image
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Aaron Riedel 2024-10-08 22:57:38 +02:00
parent abc55a8eef
commit 64eab09aec
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -1,4 +1,4 @@
FROM amd64/python:3.13.0-slim-bullseye FROM python:3.13.0-slim-bullseye
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