Skip to content

Commit a80ed7d

Browse files
committed
chore: pin Dockerfile to node:24.15.0-alpine to match repo convention
1 parent 926c467 commit a80ed7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

actions/contract_tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24-alpine
1+
FROM node:24.15.0-alpine
22

33
# Copy code file from action repository to "/" in the container
44
COPY entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)