Update Dockerfile.simple

This commit is contained in:
Ashwin Kumar Sivakumar 2026-07-02 06:51:03 +05:30
parent 4bfb5b4418
commit 0b88294486

View file

@ -3,7 +3,7 @@
ARG SERVICE_NAME ARG SERVICE_NAME
FROM rust:alpine AS builder FROM registry.nxtgauge.com/rust:alpine AS builder
ARG SERVICE_NAME ARG SERVICE_NAME
# Install build deps + rust toolchain (Alpine-packaged Rust lacks proc-macro support) # Install build deps + rust toolchain (Alpine-packaged Rust lacks proc-macro support)