Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
fix(docker): use node:current-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
ttshivers committed Sep 1, 2020
1 parent 0820150 commit 06519fd
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,5 +1,5 @@
# build environment
FROM --platform=$BUILDPLATFORM base-stage as build-stage
FROM --platform=$BUILDPLATFORM node:current-alpine as build-stage
RUN mkdir /app && chown -R node:node /app
WORKDIR /app
RUN apk add --no-cache python make g++
Expand Down

0 comments on commit 06519fd

Please sign in to comment.