mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
revert: downgrade alpine to v3.18.3
(#9916)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user