We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe27f1 commit 32ae198Copy full SHA for 32ae198
Dockerfile
@@ -1,7 +1,7 @@
1
FROM alpine:latest
2
3
RUN apk add --no-cache ca-certificates curl
4
-RUN curl https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/1610-fa9a5483690720b55697788fbc75380b9928c6ce/fx.tar.xz |
+RUN curl https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/2915-17937e54dae8ecbaa6f5ea9845906ae343e6c379/fx.tar.xz |
5
6
VOLUME ["/srv/cache", "/srv/resources"]
7
WORKDIR /srv
0 commit comments