Update Dockerfile
Build and Publish Docker Container / build (push) Successful in 7m0s

This commit is contained in:
2024-02-23 10:30:17 +00:00
parent 8346ee77f0
commit 89fccc8d85
+1 -1
View File
@@ -7,7 +7,7 @@
################################################################################
# Create a stage for building the application.
ARG RUST_VERSION=latest
ARG RUST_VERSION=1.76.0
ARG APP_NAME=monzo-ingestion
FROM rust:${RUST_VERSION}-slim-bullseye AS build
ARG APP_NAME