Skip to content

Commit

Permalink
Update patch dependencies (#262)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent bcdeaed commit d3fdcd1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY --chown=myLowPrivilegeUser ./ ./
RUN make compile


FROM alpine:3.21.1
FROM alpine:3.21.2


RUN apk update && apk upgrade && apk add ca-certificates && rm -rf /var/cache/apk/*
Expand Down
8 changes: 4 additions & 4 deletions azure_functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion azure_functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@types/node": "20.17.12",
"rimraf": "6.0.1",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"main": "dist/src/{index.js,functions/*.js}"
}

0 comments on commit d3fdcd1

Please sign in to comment.