Skip to content

Commit 4bc423a

Browse files
committed
feat: Rebase to Fedora 41
Signed-off-by: Alexander Kurbatov <sir.alkurbatov@yandex.ru>
1 parent ab1a6e4 commit 4bc423a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fedora:38
1+
FROM fedora:41
22

33
LABEL maintainer="sir.alkurbatov@yandex.ru"
44

@@ -26,7 +26,7 @@ RUN mkdir maps \
2626
&& unzip -qq sc2ai_micro_ladder.zip -d maps/ \
2727
&& rm ./*.zip
2828

29-
RUN dnf erase -y unzip wget \
29+
RUN dnf remove -y unzip wget \
3030
&& dnf clean all \
3131
&& rm -rf /var/cache/yum
3232

0 commit comments

Comments
 (0)