Skip to content

Commit

Permalink
build(deps): bump node from 02009de to 35c22fc in /examples/ext_a…
Browse files Browse the repository at this point in the history
…uthz/auth/http-service (envoyproxy#22485)

build(deps): bump node in /examples/ext_authz/auth/http-service

Bumps node from `02009de` to `35c22fc`.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 2, 2022
1 parent 73c9703 commit a53743b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ext_authz/auth/http-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:alpine@sha256:02009de840e80a6d810724021a6c4512b321c3f36eaa06f1546c400bc49a8fa0
FROM node:alpine@sha256:35c22fc0c7b39912a929e5cfe21a29d337268de2b927374400e6b43884e8e348

COPY . /app
CMD ["node", "/app/http-service/server"]

0 comments on commit a53743b

Please sign in to comment.