Skip to content

Commit a5c59b9

Browse files
authored
chore: upgrade to alpine 3.18.3 (#8980)
1 parent 76b1594 commit a5c59b9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/Dockerfile.base

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This is the base image used for Coder images. It's a multi-arch image that is
22
# built in depot.dev for all supported architectures. Since it's built on real
33
# hardware and not cross-compiled, it can have "RUN" commands.
4-
FROM alpine:3.18.2
4+
FROM alpine:3.18.3
55

66
# We use a single RUN command to reduce the number of layers in the image.
77
# NOTE: Keep the Terraform version in sync with minTerraformVersion and
@@ -12,8 +12,6 @@ RUN apk add --no-cache \
1212
bash \
1313
jq \
1414
git \
15-
# Fixes CVE-2023-3446 and CVE-2023-2975. Only necessary until Alpine 3.18.3.
16-
openssl \
1715
openssh-client && \
1816
# Use the edge repo, since Terraform doesn't seem to be backported to 3.18.
1917
apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community \

0 commit comments

Comments
 (0)