Skip to content

Commit

Permalink
Update Node.js to v18.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 2, 2023
1 parent 4140f5b commit 1bc3b3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.14.1-alpine
FROM node:18.19.0-alpine
WORKDIR /app
RUN apk update && apk upgrade && apk add --no-cache bash git
COPY package.json .
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.14.1-alpine
FROM node:18.19.0-alpine
WORKDIR /app
RUN apk update && apk upgrade && apk add --no-cache bash git
COPY package.json .
Expand Down

0 comments on commit 1bc3b3d

Please sign in to comment.