Skip to content

Commit 4345db6

Browse files
Pin dependencies
1 parent 5be0961 commit 4345db6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.devcontainer/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939

4040
# "cosmosdb" is the name of the Docker Compose service, and is also used as the hostname for incoming connections
4141
cosmosdb:
42-
image: mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:vnext-preview
42+
image: mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:vnext-preview@sha256:cece67bfd1597498b2b3f038b1ef5f46fe86df543ff7095dd361d25886e480a5
4343
networks:
4444
- dev-network
4545
profiles: ['cosmosdb']
@@ -54,7 +54,7 @@ services:
5454
PROTOCOL: https
5555

5656
azurite:
57-
image: mcr.microsoft.com/azure-storage/azurite:latest
57+
image: mcr.microsoft.com/azure-storage/azurite:latest@sha256:647c63a91102a9d8e8000aab803436e1fc85fbb285e7ce830a82ee5d6661cf37
5858
profiles: ['storage']
5959
ports:
6060
- '10000:10000'

apps/app-backend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/docker/library/node:20-alpine AS builder
1+
FROM public.ecr.aws/docker/library/node:20-alpine@sha256:643e7036aa985317ebfee460005e322aa550c6b6883000d01daefb58689a58e2 AS builder
22

33
COPY . /workspace
44

@@ -23,7 +23,7 @@ RUN yarn workspaces focus io-services-app-backend --production
2323

2424
# To enable ssh & remote debugging on app service change the base image to the one below
2525
# FROM mcr.microsoft.com/azure-functions/node:4-node20-appservice
26-
FROM mcr.microsoft.com/azure-functions/node:4-node20 AS runtime
26+
FROM mcr.microsoft.com/azure-functions/node:4-node20@sha256:df00a0b2fd04154ffcb531dd35f6b3a7fb61a1ced51839c265285f859d5b4044 AS runtime
2727

2828
ENV AzureWebJobsScriptRoot=/home/site/apps/app-backend \
2929
AzureFunctionsJobHost__Logging__Console__IsEnabled=true

0 commit comments

Comments
 (0)