Use latest tag for manyfold base image

This commit is contained in:
ToledoEM
2026-07-08 12:26:06 +01:00
parent 7667605e6b
commit eff8577e37

View File

@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/manyfold3d/manyfold-solo:0.135.0
ARG BUILD_FROM=ghcr.io/manyfold3d/manyfold-solo:latest
FROM ${BUILD_FROM}
# hadolint ignore=DL3041