Skip to content

Commit

Permalink
fix: change dockerfile frontend to 14alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
may_nguyen committed Dec 24, 2021
1 parent 1e74bf0 commit 85f2e33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/.docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:alpine
FROM node:14-alpine

RUN \
apk add --no-cache python3 make g++ && \
Expand Down
2 changes: 1 addition & 1 deletion frontend/.docker/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:alpine
FROM node:14-alpine

ENV NEXT_TELEMETRY_DISABLED 1

Expand Down

0 comments on commit 85f2e33

Please sign in to comment.