Skip to content

Commit 08bdcc0

Browse files
committed
Pin the Docker image
Exercism's policy is to prefer pinned versions. Using the same hash across all runners allows us to store and reuse the same image, rather than needing to store a per-runner base image. This helps cut down on storage costs.
1 parent 127cd5c commit 08bdcc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22-bookworm-slim AS runner
1+
FROM node:22-bookworm-slim@sha256:d415caac2f1f77b98caaf9415c5f807e14bc8d7bdea62561ea2fef4fbd08a73c AS runner
22
# Node.js 22 (curently LTS)
33
# Debian bookwork
44

0 commit comments

Comments
 (0)