Skip to content

Commit

Permalink
Update Node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent b9e78b3 commit c26a133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build environment
FROM node:18-alpine3.17 as build
FROM node:20-alpine3.17 as build
WORKDIR /app
COPY package.json yarn.lock .env.sh ./
RUN yarn install --frozen-lockfile
Expand All @@ -12,7 +12,7 @@ RUN npm install -g @vercel/[email protected]
RUN npx ncc build src/main.js

# production environment
FROM node:18-alpine3.17
FROM node:20-alpine3.17
RUN apk add --no-cache \
git \
openssh-client \
Expand Down

0 comments on commit c26a133

Please sign in to comment.