Skip to content

Commit

Permalink
Merge fdd13c6 into 9a4674e
Browse files Browse the repository at this point in the history
  • Loading branch information
Falci committed Jun 30, 2022
2 parents 9a4674e + fdd13c6 commit 1b160e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,11 +1,11 @@
FROM node:14-alpine AS base
FROM node:18-alpine AS base
WORKDIR /opt/hsd
RUN apk add --no-cache bash unbound-dev gmp-dev
COPY package.json /opt/hsd

# Install build dependencies and compile.
FROM base AS build
RUN apk add --no-cache g++ gcc make python2
RUN apk add --no-cache g++ gcc make python3
RUN npm install --production

FROM base
Expand Down

0 comments on commit 1b160e8

Please sign in to comment.