derek-thomas HF staff commited on
Commit
4c1df9d
·
verified ·
1 Parent(s): 5fc4fa4

Pinning version

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Use the official n8n Docker image as the base image
2
- FROM docker.n8n.io/n8nio/n8n:latest
3
 
4
  # Use the secret securely during the build process
5
  RUN --mount=type=secret,id=N8N_AUTH_PASSWORD,mode=0444,required=true \
 
1
  # Use the official n8n Docker image as the base image
2
+ FROM docker.n8n.io/n8nio/n8n@sha256:9caf109e2293557568ab687b9d6c82646250c8ab7dcb20479c8bef9956811b7a
3
 
4
  # Use the secret securely during the build process
5
  RUN --mount=type=secret,id=N8N_AUTH_PASSWORD,mode=0444,required=true \