From 885041a65b3ba5edade934b808ef6497c8d7a750 Mon Sep 17 00:00:00 2001 From: Colin Adler Date: Thu, 28 Sep 2023 15:27:47 -0500 Subject: [PATCH] revert: downgrade alpine to `v3.18.3` (#9916) --- scripts/Dockerfile.base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Dockerfile.base b/scripts/Dockerfile.base index 868e48fb2d..a795a50dd8 100644 --- a/scripts/Dockerfile.base +++ b/scripts/Dockerfile.base @@ -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.18.4 +FROM alpine:3.18.3 # 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