Skip to content

Commit

Permalink
dockerfile added image sha
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanoFresh committed Aug 17, 2021
1 parent ab24e59 commit f0cbe1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:lts-alpine
FROM node:lts-slim@sha256:86419100dc5376dd492552be338755c9ae20f578a18bfd97d5b351426a772f7f

WORKDIR /opt/project

Expand Down
2 changes: 1 addition & 1 deletion app2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:lts-slim
FROM node:lts-slim@sha256:86419100dc5376dd492552be338755c9ae20f578a18bfd97d5b351426a772f7f

RUN apt-get update \
&& apt-get install -y wget gnupg \
Expand Down

0 comments on commit f0cbe1d

Please sign in to comment.