Skip to content

Commit

Permalink
chore(deps): update node.js to v17.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 17, 2023
1 parent 702017b commit 2d61e4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:17.4.0-alpine3.14 AS build
FROM node:17.9.1-alpine3.14 AS build

WORKDIR /build

Expand All @@ -13,7 +13,7 @@ COPY .env.production .env.production
RUN npm run build
RUN npm prune --production

FROM node:17.4.0-alpine3.14
FROM node:17.9.1-alpine3.14

EXPOSE 3000
WORKDIR /usr/src/service
Expand Down

0 comments on commit 2d61e4d

Please sign in to comment.