Skip to content

Commit

Permalink
Update alpine Docker tag to v3.20 (#120)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
renovate[bot] and at-wat authored Sep 18, 2024
1 parent 8f67553 commit d208d86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG ALPINE_VERSION=3.19
ARG ALPINE_VERSION=3.20
ARG GOLANG_VERSION=1.23

# ===========================
Expand Down
2 changes: 0 additions & 2 deletions integrations-builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ RUN apk add --no-cache \
py3-packaging \
py3-pynacl \
py3-pip \
py3-regex \
python3-dev \
patchelf \
rustup
Expand All @@ -42,7 +41,6 @@ RUN git clone --depth=1 https://github.com/DataDog/integrations-core.git /tmp/in
packaging==$(version py3-packaging) \
pynacl==$(version py3-pynacl) \
pip==$(version py3-pip) \
regex==$(version py3-regex) \
"/tmp/integrations-core/datadog_checks_dev[cli]" \
"/tmp/integrations-core/ddev" \
&& rm -rf /tmp/integrations-core
Expand Down

0 comments on commit d208d86

Please sign in to comment.