Skip to content
Snippets Groups Projects
Commit 4671582d authored by Griefed's avatar Griefed :joystick:
Browse files

fix: Use stable as latest doesn't support armv7

parent b2a428e0
No related branches found
No related tags found
No related merge requests found
Pipeline #1047 passed
...@@ -11,10 +11,10 @@ RUN \ ...@@ -11,10 +11,10 @@ RUN \
chmod a+x \ chmod a+x \
/docker-buildx /docker-buildx
FROM docker:latest FROM docker:stable
LABEL maintainer="Griefed <griefed@griefed.de>" LABEL maintainer="Griefed <griefed@griefed.de>"
COPY --from=fetcher /docker-buildx /usr/lib/docker/cli-plugins/docker-buildx COPY --from=fetcher /docker-buildx /usr/lib/docker/cli-plugins/docker-buildx
RUN chmod a+x /usr/lib/docker/cli-plugins/docker-buildx RUN chmod a+x /usr/lib/docker/cli-plugins/docker-buildx
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment