Skip to content

Commit

Permalink
feat: update third_party dependencies (#2245)
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Machado 4804546+jomach@users.noreply.github.com
  • Loading branch information
jomach authored and whynowy committed Dec 12, 2022
1 parent f25d2b0 commit c12f81b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ make codegen

### Test Policy

Changes without either unit or e2e tests are unlikely to be accepted.
Changes without either unit or e2e tests are unlikely to be accepted.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ ARG ARCH=$TARGETARCH
####################################################################################################
# base
####################################################################################################
FROM alpine:3.12.3 as base
FROM alpine:3.16.2 as base
ARG ARCH
RUN apk update && apk upgrade && \
apk add ca-certificates && \
apk --no-cache add tzdata

ENV ARGO_VERSION=v3.4.0
ENV ARGO_VERSION=v3.4.1

RUN wget -q https://github.com/argoproj/argo-workflows/releases/download/${ARGO_VERSION}/argo-linux-${ARCH}.gz
RUN gunzip -f argo-linux-${ARCH}.gz
Expand Down
2 changes: 1 addition & 1 deletion third_party/nats-streaming-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ This is a partial copy of
current
[nats-streaming-server](https://github.com/nats-io/nats-streaming-server)
version is
[v0.22.1](https://github.com/nats-io/nats-streaming-server/tree/v0.22.1).
[v0.25.2](https://github.com/nats-io/nats-streaming-server/releases/tag/v0.25.2).
Binary file modified third_party/nats-streaming-docker/amd64/nats-streaming-server
Binary file not shown.
4 changes: 2 additions & 2 deletions third_party/prometheus-nats-exporter-docker/amd64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Golang binary building stage
FROM golang:1.16
FROM golang:1.19.2
WORKDIR $GOPATH/src/github.com/nats-io/prometheus-nats-exporter
RUN git clone --branch v0.8.0 https://github.com/nats-io/prometheus-nats-exporter.git .
RUN git clone --branch v0.10.0 https://github.com/nats-io/prometheus-nats-exporter.git .
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -v -a -tags netgo -installsuffix netgo -ldflags "-s -w"

# Final docker image building stage
Expand Down

0 comments on commit c12f81b

Please sign in to comment.