Skip to content

Commit 111b2db

Browse files
authored
Pin the Docker image (#68)
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 02bd18b commit 111b2db

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,5 +1,5 @@
11
# Spago 1.0.3 requires Node.js >= 22.5.0 (uses node:sqlite built-in module)
2-
FROM node:22-bookworm-slim
2+
FROM node:22-bookworm-slim@sha256:d415caac2f1f77b98caaf9415c5f807e14bc8d7bdea62561ea2fef4fbd08a73c
33

44
# Install system dependencies:
55
# - ca-certificates: HTTPS support for downloading packages from the registry

0 commit comments

Comments
 (0)