Skip to content

Commit 0a3eef8

Browse files
committed
test: pin to a specific node:lts-alpine3.11 version
1 parent 2aaaa43 commit 0a3eef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixtures/binaries-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
spec:
1818
containers:
1919
- name: node
20-
image: node:lts-alpine3.11
20+
image: node@sha256:215a9fbef4df2c1ceb7c79481d3cfd94ad8f1f0105bade39f3be907bf386c5e1
2121
command: ['sh', '-c', 'echo Hello from node:lts-alpine3.11 pod! && sleep 360000']
2222
ports:
2323
- containerPort: 80

0 commit comments

Comments
 (0)