Skip to content

Commit a06c1db

Browse files
fix(deps): bump node from 18-alpine to 23-alpine (#577)
Bumps node from 18-alpine to 23-alpine. --- updated-dependencies: - dependency-name: node dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 979f568 commit a06c1db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18-alpine
1+
FROM node:23-alpine
22
RUN apk add g++ make python3
33
WORKDIR /app
44
COPY package.json yarn.lock ./

0 commit comments

Comments
 (0)