diff --git a/builder/Dockerfile b/builder/Dockerfile index 5414aac..3312fa3 100644 --- a/builder/Dockerfile +++ b/builder/Dockerfile @@ -25,7 +25,7 @@ COPY check-upstream.sh /app/check-upstream.sh COPY entrypoint.sh /app/entrypoint.sh COPY update-explorer.sh /app/update-explorer.sh COPY crontab /etc/cron.d/crontab -COPY --from=docker:24.0.2-dind /usr/local/bin/docker /usr/local/bin/ +COPY --from=docker:24.0.5-dind /usr/local/bin/docker /usr/local/bin/ RUN chmod +x /app/install-libraries.sh \ && chmod +x /app/install-compilers.sh \