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
… images
  • Loading branch information
timoknapp committed Jan 5, 2022
1 parent 838b2e2 commit 6dad1ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:alpine
FROM node:lts-buster-slim
LABEL maintainer="Coderaiser"

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

0 comments on commit 6dad1ba

Please sign in to comment.