Weather service installation
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM rust:1.67 as builder
|
||||
FROM rust:1.71 as builder
|
||||
WORKDIR /usr/src/weather
|
||||
COPY . .
|
||||
RUN cargo install --path .
|
||||
|
||||
Reference in New Issue
Block a user