Skip to content

Commit

Permalink
Update Node.js to v18.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 16, 2024
1 parent 4140f5b commit c4592e8
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.1-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.1-alpine
WORKDIR /app
RUN apk update && apk upgrade && apk add --no-cache bash git
COPY package.json .
Expand Down

0 comments on commit c4592e8

Please sign in to comment.