Skip to content

Commit

Permalink
fix(docker) images: make dockerfiles use node:lts-buster-slim as base…
Browse files Browse the repository at this point in the history
… image (#357)
  • Loading branch information
timoknapp authored Jan 5, 2022
1 parent 838b2e2 commit 75b3513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node
FROM node:lts-buster-slim
LABEL maintainer="Coderaiser"

RUN mkdir -p /usr/src/app
Expand Down

0 comments on commit 75b3513

Please sign in to comment.