From a579bd73fc651fbba65753e0daf20f924c5b32b7 Mon Sep 17 00:00:00 2001 From: Zainen Date: Thu, 28 Mar 2024 14:06:21 -0700 Subject: [PATCH] fix: prod.yaml spacing, Bump: rust version for deps --- .../Problem/Stage 2/Step 2/.github/workflows/prod.yml | 2 +- .../3. Microservices/Problem/Stage 2/Step 2/Dockerfile-auth | 2 +- .../3. Microservices/Problem/Stage 2/Step 2/Dockerfile-health | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/4. Projects/3. Microservices/Problem/Stage 2/Step 2/.github/workflows/prod.yml b/4. Projects/3. Microservices/Problem/Stage 2/Step 2/.github/workflows/prod.yml index 25ea6c4..1b918af 100644 --- a/4. Projects/3. Microservices/Problem/Stage 2/Step 2/.github/workflows/prod.yml +++ b/4. Projects/3. Microservices/Problem/Stage 2/Step 2/.github/workflows/prod.yml @@ -4,7 +4,7 @@ on: push: branches: - master - pull_request: + pull_request: branches: - master diff --git a/4. Projects/3. Microservices/Problem/Stage 2/Step 2/Dockerfile-auth b/4. Projects/3. Microservices/Problem/Stage 2/Step 2/Dockerfile-auth index 5e6283b..a3c508d 100644 --- a/4. Projects/3. Microservices/Problem/Stage 2/Step 2/Dockerfile-auth +++ b/4. Projects/3. Microservices/Problem/Stage 2/Step 2/Dockerfile-auth @@ -1,4 +1,4 @@ -FROM rust:1.68.2-alpine3.17 AS chef +FROM rust:1.77.0-alpine3.19 AS chef USER root # remove the line below when switching to >=rust:1.70.0. sparse mode is planned to be the default in Rust 1.70.0 ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse diff --git a/4. Projects/3. Microservices/Problem/Stage 2/Step 2/Dockerfile-health b/4. Projects/3. Microservices/Problem/Stage 2/Step 2/Dockerfile-health index c5f4e26..4539cca 100644 --- a/4. Projects/3. Microservices/Problem/Stage 2/Step 2/Dockerfile-health +++ b/4. Projects/3. Microservices/Problem/Stage 2/Step 2/Dockerfile-health @@ -1,4 +1,4 @@ -FROM rust:1.68.2-alpine3.17 AS chef +FROM rust:1.77.0-alpine3.19 AS chef USER root # remove the line below when switching to >=rust:1.70.0. sparse mode is planned to be the default in Rust 1.70.0 ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse