Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump azure-functions/dotnet from 4.13.0-slim to 4.16.2.1-slim in /docker/functions #458

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/functions/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:4.0-appservice
FROM mcr.microsoft.com/azure-functions/dotnet:4.13.0-slim@sha256:a3f3888209af3c9f21e87527aee35d1b938a72db4f47d0e2defa1e791f58ffb4 AS az-func-runtime
FROM mcr.microsoft.com/azure-functions/dotnet:4.16.2.1-slim@sha256:33629a85bee3a9aa7a2de1ed62115b1e2a8ef6700c87ae93fb7e3605b042e0b2 AS az-func-runtime
ENV ASPNETCORE_URLS=http://+:8080 \
AzureWebJobsScriptRoot=/home/site/wwwroot \
LANG=en_US.UTF-8 \
Expand Down