Update Dockerfile.simple
This commit is contained in:
parent
4bfb5b4418
commit
0b88294486
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
ARG SERVICE_NAME
|
||||
|
||||
FROM rust:alpine AS builder
|
||||
FROM registry.nxtgauge.com/rust:alpine AS builder
|
||||
ARG SERVICE_NAME
|
||||
|
||||
# Install build deps + rust toolchain (Alpine-packaged Rust lacks proc-macro support)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue