chore: pin dependencies in Dockerfiles (#19129)

This commit is contained in:
Jon Ayers
2025-08-03 18:26:41 -04:00
committed by GitHub
parent 0d7cc5c156
commit c9ed0dd927
4 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# This is the base image used for Coder images. It's a multi-arch image that is
# built in depot.dev for all supported architectures. Since it's built on real
# hardware and not cross-compiled, it can have "RUN" commands.
FROM alpine:3.21.3
FROM alpine:3.21.3@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
# We use a single RUN command to reduce the number of layers in the image.
# NOTE: Keep the Terraform version in sync with minTerraformVersion and