Change docker image to use for build

This commit is contained in:
zontreck 2024-09-04 19:36:23 -07:00
parent 8fcb708fd1
commit f05408500d

View file

@ -20,7 +20,7 @@ WORKDIR /app/mcrcon
RUN make
FROM ghcr.io/parkervcp/yolks:wine_latest
FROM git.zontreck.com/ariacreations/yolks:wine_9.16
WORKDIR /app