Skip to content

Commit d208d86

Browse files
Update alpine Docker tag to v3.20 (#120)
* Update alpine Docker tag to v3.20 * Install py3-regex from pip --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Atsushi Watanabe <[email protected]>
1 parent 8f67553 commit d208d86

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG ALPINE_VERSION=3.19
1+
ARG ALPINE_VERSION=3.20
22
ARG GOLANG_VERSION=1.23
33

44
# ===========================

integrations-builder.Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ RUN apk add --no-cache \
2121
py3-packaging \
2222
py3-pynacl \
2323
py3-pip \
24-
py3-regex \
2524
python3-dev \
2625
patchelf \
2726
rustup
@@ -42,7 +41,6 @@ RUN git clone --depth=1 https://github.com/DataDog/integrations-core.git /tmp/in
4241
packaging==$(version py3-packaging) \
4342
pynacl==$(version py3-pynacl) \
4443
pip==$(version py3-pip) \
45-
regex==$(version py3-regex) \
4644
"/tmp/integrations-core/datadog_checks_dev[cli]" \
4745
"/tmp/integrations-core/ddev" \
4846
&& rm -rf /tmp/integrations-core

0 commit comments

Comments
 (0)