Skip to content

Commit

Permalink
fixed docker node version
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGolodetsky committed Oct 13, 2021
1 parent f61a08f commit 8d60a72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Create image based on the latest node version
FROM node:latest
FROM node:lts-alpine@sha256:a251de4db0e0632446c0ba62adbe1e37ff148a53732e4574d2ed0f5462cc4407

# Create a directory where our app will be placed
RUN mkdir -p /app
Expand Down
2 changes: 1 addition & 1 deletion client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# base image
FROM node:12.2.0-alpine
FROM node:lts-alpine@sha256:a251de4db0e0632446c0ba62adbe1e37ff148a53732e4574d2ed0f5462cc4407

# set working directory
WORKDIR /app
Expand Down

0 comments on commit 8d60a72

Please sign in to comment.