Skip to content

Commit

Permalink
Update tools
Browse files Browse the repository at this point in the history
* Bump Goreleaser to v2.6.1.
* Bump Node to v22.
* Bump YQ to 4.45.1.

Signed-off-by: SuperQ <superq@gmail.com>
  • Loading branch information
SuperQ committed Feb 6, 2025
1 parent 02bd8f2 commit 073d684
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions 1.23/base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM goreleaser/goreleaser:v1.20.0 as goreleaser
FROM goreleaser/goreleaser:v2.6.1 as goreleaser

FROM debian:bookworm
MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>

COPY download.sh /bin/download.sh

ENV YQ_VERSION 4.35.1
ENV YQ_VERSION 4.45.1
ENV YQ_URL https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/yq_linux_amd64
ENV YQ_SUM bd695a6513f1196aeda17b174a15e9c351843fb1cef5f9be0af170f2dd744f08
ENV YQ_SUM 654d2943ca1d3be2024089eb4f270f4070f491a0610481d128509b2834870049

RUN \
apt-get update \
Expand All @@ -26,8 +26,8 @@ RUN \
yamllint \
openssh-client \
&& git config --system --add safe.directory "*" \
&& curl -s -f -L https://deb.nodesource.com/gpgkey/nodesource.gpg.key -o /etc/apt/trusted.gpg.d/nodesource.asc \
&& echo "deb https://deb.nodesource.com/node_20.x/ bookworm main" > /etc/apt/sources.list.d/nodesource.list \
&& curl -s -f -L https://deb.nodesource.com/gpgkey/nodesource.gpg.key -o /etc/apt/nodesource.asc \
&& echo "deb [signed-by=/etc/apt/nodesource.asc] https://deb.nodesource.com/node_22.x nodistro main" > /etc/apt/sources.list.d/nodesource.list \
&& apt-get update \
&& apt-get install -y --no-install-recommends nodejs \
&& yq_file=$(/bin/download.sh ${YQ_URL} ${YQ_SUM}) \
Expand Down

0 comments on commit 073d684

Please # to comment.