Skip to content

Commit

Permalink
Merge pull request #1007 from roncli/dependabot/docker/logging/node-1…
Browse files Browse the repository at this point in the history
…8.18.0-alpine

Bump node from 18.17.1-alpine to 18.18.0-alpine in /logging
  • Loading branch information
roncli authored Sep 27, 2023
2 parents f436304 + 805c7ff commit 9cd7bc4
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:18.17.1-alpine
FROM node:18.18.0-alpine

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

0 comments on commit 9cd7bc4

Please sign in to comment.