Skip to content

Commit cc325b1

Browse files
committed
chore(dockerfile_export): rebuild with python 3.13
1 parent bcea75b commit cc325b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile_export

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN echo 'Server = https://mirrors.xtom.nl/archlinux/$repo/os/$arch' > /etc/pacm
1010
\
1111
echo '[multilib]' >> /etc/pacman.conf ; \
1212
echo 'Include = /etc/pacman.d/mirrorlist' >> /etc/pacman.conf
13-
RUN echo "last updated on 2024-05-25" && \
13+
RUN echo "last updated on 2024-12-23" && \
1414
pacman -Syu --noconfirm --needed sudo base-devel git && \
1515
useradd -m user && \
1616
echo "root ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers && \

0 commit comments

Comments
 (0)