Skip to content

Commit

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

0 comments on commit ec28e8a

Please sign in to comment.