Skip to content

Commit

Permalink
Merge pull request #27 from dgirardi/update-node
Browse files Browse the repository at this point in the history
Update to node 20
  • Loading branch information
patmmccann authored Jun 4, 2024
2 parents b97c854 + fce12f4 commit 1a2eed7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.api
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM node:12-alpine AS build
FROM node:20-alpine AS build

COPY package*.json ./
RUN npm install --production

FROM node:12-alpine
FROM node:20-alpine

RUN npm install -g gulp gulp-cli

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.builder
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12-alpine
FROM node:20-alpine

RUN npm install -g gulp gulp-cli

Expand Down

0 comments on commit 1a2eed7

Please sign in to comment.