Skip to content

Commit

Permalink
Merge pull request #1425 from th-le/patch-1
Browse files Browse the repository at this point in the history
Use node18 for Dockerfile
  • Loading branch information
orta committed Feb 22, 2024
2 parents 5edb114 + d3c7f18 commit 98f2f64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,4 +1,4 @@
FROM node:14-slim as build
FROM node:18-slim as build

LABEL maintainer="Orta Therox"
LABEL "com.github.actions.name"="Danger JS Action"
Expand All @@ -16,7 +16,7 @@ RUN yarn install --production --frozen-lockfile
RUN chmod +x distribution/commands/danger.js


FROM node:14-slim
FROM node:18-slim
WORKDIR /usr/src/danger
ENV PATH="/usr/src/danger/node_modules/.bin:$PATH"
COPY package.json ./
Expand Down

0 comments on commit 98f2f64

Please sign in to comment.