Skip to content

Commit dbb2fc2

Browse files
authored
Update Dockerfile
1 parent 0f89cf4 commit dbb2fc2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
FROM archlinux:latest
44
RUN pacman -Syu --noconfirm
55
RUN pacman -S --needed git wget base-devel --noconfirm
6-
RUN wget https://github.com/Jguer/yay/releases/download/v12.4.2/yay_12.4.2_x86_64.tar.gz
7-
RUN tar -xf ./yay_12.4.2_x86_64.tar.gz
8-
RUN mv ./yay_12.4.2_x86_64/yay /usr/bin/build-yay
6+
RUN wget https://github.com/Jguer/yay/releases/download/v12.5.0/yay_12.5.0_x86_64.tar.gz -O yay.tar.gz
7+
RUN tar -xf ./yay.tar.gz
8+
RUN mv ./yay/yay /usr/bin/build-yay
99
# Root DANGEROUS BLAH BLAH BLAH xD
1010
RUN useradd builduser -m
1111
RUN passwd -d builduser

0 commit comments

Comments
 (0)