Skip to content

Commit

Permalink
Bump node from 20.10.0-alpine to 20.13.1-alpine in /logging
Browse files Browse the repository at this point in the history
Bumps node from 20.10.0-alpine to 20.13.1-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 10, 2024
1 parent 207d22c commit d7ff7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logging/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Get Node LTS Alpine.
FROM node:20.10.0-alpine
FROM node:20.13.1-alpine

# Create /var/www directory.
RUN mkdir -p /var/logging
Expand Down

0 comments on commit d7ff7b0

Please sign in to comment.