Skip to content

Commit

Permalink
dockerfile: upgrade use node v14
Browse files Browse the repository at this point in the history
  • Loading branch information
skottler committed Oct 27, 2021
1 parent 37731e6 commit 55373bb
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
@@ -1,4 +1,4 @@
FROM node:10-alpine AS base
FROM node:14-alpine AS base
WORKDIR /opt/hsd
RUN apk add --no-cache bash unbound-dev gmp-dev
COPY package.json /opt/hsd
Expand Down

0 comments on commit 55373bb

Please sign in to comment.