Spaces:
Paused
Paused
Pinning version
Browse files- 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:
|
| 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 \
|