Skip to content

Commit

Permalink
build(docker): bump node from 20.8.0-alpine3.18 to 20.8.1-alpine3.18
Browse files Browse the repository at this point in the history
Bumps node from 20.8.0-alpine3.18 to 20.8.1-alpine3.18.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 7f0c174 commit 0c6d342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# base environment
FROM node:20.8.0-alpine3.18 as base-stage
FROM node:20.8.1-alpine3.18 as base-stage
RUN mkdir /app && chown -R node:node /app
WORKDIR /app

Expand Down

0 comments on commit 0c6d342

Please sign in to comment.