Skip to content

Commit

Permalink
Bump azure-functions/dotnet from 3.3.0 to 3.3.1 in /docker/functions (#…
Browse files Browse the repository at this point in the history
…1105)

Bumps azure-functions/dotnet from 3.3.0 to 3.3.1.

---
updated-dependencies:
- dependency-name: azure-functions/dotnet
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 11, 2021
1 parent dada9b7 commit 9d7a5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/functions/Dockerfile
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@

# To enable ssh & remote debugging on app service change the base image to the one below
# FROM mcr.microsoft.com/azure-functions/dotnet:3.0-appservice
FROM mcr.microsoft.com/azure-functions/dotnet:3.3.0@sha256:debb4e4627773ad65dfafb1b30c42197c562280832990340f5212a7b21c0fde9 AS az-func-runtime
FROM mcr.microsoft.com/azure-functions/dotnet:3.3.1@sha256:6b05f6aa60767db3a295064b146f0e5b7a13ef967261085aa723feea3025ed36 AS az-func-runtime
ENV AzureFunctionsJobHost__Logging__Console__IsEnabled=true \
AzureWebJobsScriptRoot=/home/site/wwwroot \
AzureWebJobsSecretStorageType=Files \

0 comments on commit 9d7a5d8

Please sign in to comment.