chore: upgrade alpine to `v3.18.4`

This commit is contained in:
Colin Adler 2023-09-28 19:47:48 +00:00
parent ed8ae2f123
commit 92c0237899
No known key found for this signature in database
GPG Key ID: 63B64A4D94049659
1 changed files with 1 additions and 1 deletions

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.18.3
FROM alpine:3.18.4
# 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