Skip to content

Commit

Permalink
Merge pull request #1 from misaon/dependabot/docker/node-18.4.0-alpin…
Browse files Browse the repository at this point in the history
…e3.15

Bump node from 18.3.0-alpine3.15 to 18.4.0-alpine3.15
  • Loading branch information
misaon authored Jun 20, 2022
2 parents 889f4e9 + 5b25738 commit b6b0bc7
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:18.3.0-alpine3.15 as build
FROM node:18.4.0-alpine3.15 as build

WORKDIR /app

Expand All @@ -8,7 +8,7 @@ RUN yarn install \
&& yarn run build


FROM node:18.3.0-alpine3.15
FROM node:18.4.0-alpine3.15

ENV NODE_NO_WARNINGS=1

Expand Down

0 comments on commit b6b0bc7

Please sign in to comment.