Skip to content

Commit

Permalink
chore(deps): bump node from 12-alpine to 18-alpine
Browse files Browse the repository at this point in the history
Bumps node from 12-alpine to 18-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 24, 2022
1 parent 737d9e6 commit 1ad842c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG VERSION


# web build
FROM node:12-alpine as web-build
FROM node:18-alpine as web-build
RUN npm i -g npm@8
RUN apk add --no-cache python2 g++ make
WORKDIR /app
Expand Down

0 comments on commit 1ad842c

Please sign in to comment.