Skip to content

Commit c1413d7

Browse files
test with latest azurite
1 parent d53e393 commit c1413d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/scripts/mocks/azure-mock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
hostname: devstoreaccount1
2626
subdomain: azure-mock
2727
containers:
28-
- image: mcr.microsoft.com/azure-storage/azurite:3.31.0
28+
- image: mcr.microsoft.com/azure-storage/azurite:3.35.0
2929
command: ["azurite", "-l", "/data", "--blobHost", "0.0.0.0", "--blobPort", "80", "--queueHost", "0.0.0.0","--queuePort", "81"]
3030
name: azurite
3131
ports:

.github/scripts/mocks/azure/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/azure-storage/azurite:3.31.0
1+
FROM mcr.microsoft.com/azure-storage/azurite:3.35 .0
22

33
RUN apk add -U --no-cache python3 py3-pip ca-certificates \
44
&& apk add -U --no-cache --virtual .build-deps \

0 commit comments

Comments
 (0)