This commit is contained in:
+1
-1
@@ -9,6 +9,6 @@ RUN case "$TARGETPLATFORM" in \
|
||||
*) exit 1 ;; \
|
||||
esac && mv "$BINARY_PATH" "/usr/bin/monzo-ingestion" && chmod +x "/usr/bin/monzo-ingestion"
|
||||
|
||||
FROM --platform=$TARGETPLATFORM debian:bullseye-slim
|
||||
FROM --platform=$TARGETPLATFORM debian:bookworm-slim
|
||||
COPY --from=platform_determiner /usr/bin/monzo-ingestion /usr/local/bin/monzo-ingestion
|
||||
ENTRYPOINT ["/usr/local/bin/monzo-ingestion"]
|
||||
|
||||
Reference in New Issue
Block a user