Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe1135 commit 6edaaf3Copy full SHA for 6edaaf3
scripts/Dockerfile.base
@@ -1,7 +1,7 @@
1
# This is the base image used for Coder images. It's a multi-arch image that is
2
# built in depot.dev for all supported architectures. Since it's built on real
3
# hardware and not cross-compiled, it can have "RUN" commands.
4
-FROM alpine:3.22.2@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412
+FROM alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
5
6
# We use a single RUN command to reduce the number of layers in the image.
7
# NOTE: Keep the Terraform version in sync with minTerraformVersion and
0 commit comments