Skip to content

Commit 9db37de

Browse files
Pin dependencies (#81)
Update @types/dockerode Change-type: patch
2 parents a015824 + 39ae061 commit 9db37de

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

Dockerfile.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker:28-dind
1+
FROM docker:28-dind@sha256:2a232a42256f70d78e3cc5d2b5d6b3276710a0de0596c145f627ecfae90282ac
22

33
RUN set -eux; apk add --no-cache \
44
rsync \

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
"license": "Apache-2.0",
2222
"devDependencies": {
2323
"@balena/lint": "^9.3.12",
24-
"@types/dockerode": "^4.0.1",
25-
"@types/node": "^22.19.8",
26-
"chai": "^6.2.2",
24+
"@types/dockerode": "4.0.1",
25+
"@types/node": "22.19.21",
26+
"chai": "6.2.2",
2727
"chai-events": "0.0.3",
2828
"chai-stream": "0.0.0",
29-
"husky": "^9.1.7",
30-
"JSONStream": "^1.3.5",
31-
"lint-staged": "^17.0.0",
32-
"mocha": "^11.7.5",
33-
"typescript": "^6.0.0"
29+
"husky": "9.1.7",
30+
"JSONStream": "1.3.5",
31+
"lint-staged": "17.0.7",
32+
"mocha": "11.7.6",
33+
"typescript": "6.0.3"
3434
},
3535
"dependencies": {
3636
"docker-toolbelt": "^7.0.0",

test/Dockerfile.dst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine
1+
FROM alpine@sha256:a2d49ea686c2adfe3c992e47dc3b5e7fa6e6b5055609400dc2acaeb241c829f4
22
# Change a few characters but ensure file length remains the same
33
RUN echo "HeXXo from the image" > testfile
44
# Force date modified to a known fixed value

test/Dockerfile.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine
1+
FROM alpine@sha256:a2d49ea686c2adfe3c992e47dc3b5e7fa6e6b5055609400dc2acaeb241c829f4
22
RUN echo "Hello from the image" > testfile
33
# Force date modified to a known fixed value
44
RUN touch -mt 1806220000 testfile

0 commit comments

Comments
 (0)