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

fix: Use stable-dind as 19.03 did not support armv7

parent ef94283e
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ RUN \ ...@@ -11,7 +11,7 @@ RUN \
chmod a+x \ chmod a+x \
/docker-buildx /docker-buildx
FROM docker:19.03-dind FROM docker:stable-dind
LABEL maintainer="Griefed <griefed@griefed.de>" LABEL maintainer="Griefed <griefed@griefed.de>"
LABEL description="Provides GitLab Semantic Release, buildx, JDK 8, NodeJS for Griefed's GitLab CI/CD pipelines." LABEL description="Provides GitLab Semantic Release, buildx, JDK 8, NodeJS for Griefed's GitLab CI/CD pipelines."
...@@ -52,4 +52,4 @@ RUN \ ...@@ -52,4 +52,4 @@ RUN \
echo "**** Cleanup ****" && \ echo "**** Cleanup ****" && \
rm -rf \ rm -rf \
/var/cache/apk/* \ /var/cache/apk/* \
/tmp/* /tmp/*
\ 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