Skip to content

Commit 1c69cd2

Browse files
chore(deps): update minor and patch
1 parent ac36a3d commit 1c69cd2

File tree

12 files changed

+76
-76
lines changed

12 files changed

+76
-76
lines changed

go-build-1.21/Dockerfile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
FROM hairyhenderson/gomplate:v3.11.7-slim AS gomplate
2-
FROM docker:29.0.4 AS docker
2+
FROM docker:29.2.1 AS docker
33
FROM docker/compose:1.29.2 AS compose
44
FROM vault:1.13.3 AS vault
5-
FROM hashicorp/terraform:1.14.0 AS terraform
6-
FROM hashicorp/packer:1.14.3 AS packer
7-
FROM prom/prometheus:v3.7.3 AS prometheus
8-
FROM prom/alertmanager:v0.29.0 AS alertmanager
9-
FROM mikefarah/yq:4.49.2 AS yq
5+
FROM hashicorp/terraform:1.14.4 AS terraform
6+
FROM hashicorp/packer:1.15.0 AS packer
7+
FROM prom/prometheus:v3.9.1 AS prometheus
8+
FROM prom/alertmanager:v0.31.0 AS alertmanager
9+
FROM mikefarah/yq:4.52.2 AS yq
1010
FROM lachlanevenson/k8s-kubectl:v1.25.4 AS kubectl
1111
FROM lachlanevenson/k8s-helm:v3.10.2 AS helm2
1212
FROM lachlanevenson/k8s-helm:v3.10.2 AS helm
13-
FROM golangci/golangci-lint:v2.6.2-alpine AS golangci-lint
13+
FROM golangci/golangci-lint:v2.8.0-alpine AS golangci-lint
1414

15-
FROM alpine:3.22 AS packages
15+
FROM alpine:3.23 AS packages
1616

1717
RUN apk add --no-cache \
1818
zip \
@@ -64,7 +64,7 @@ RUN wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/$GLIBC/g
6464
&& ln -s /lib/libc.musl-x86_64.so.1 /usr/glibc-compat/lib \
6565
&& ln -s /usr/lib/libgcc_s.so.1 /usr/glibc-compat/lib
6666

67-
FROM golang:1.25.4-alpine AS build
67+
FROM golang:1.25.7-alpine AS build
6868

6969
COPY --from=gomplate /gomplate /bin/gomplate
7070
COPY --from=docker /usr/local/bin/docker /bin/docker
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
awscli==1.43.4
2-
botocore==1.41.4
1+
awscli==1.44.34
2+
botocore==1.42.44
33
colorama==0.4.6
4-
docutils==0.22.3
4+
docutils==0.22.4
55
jmespath==0.10.0
66
pyasn1==0.6.1
77
python-dateutil==2.9.0.post0
88
PyYAML==6.0.3
99
rsa==4.9.1
10-
s3transfer==0.15.0
10+
s3transfer==0.16.0
1111
six==1.17.0
1212
urllib3==2.5.0
1313
requests==2.32.5

go-build/Dockerfile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
FROM hairyhenderson/gomplate:v3.11.7-slim AS gomplate
2-
FROM docker:29.0.4 AS docker
2+
FROM docker:29.2.1 AS docker
33
FROM docker/compose:1.29.2 AS compose
4-
FROM hashicorp/vault:1.21.1 AS vault
5-
FROM hashicorp/terraform:1.14.0 AS terraform
6-
FROM hashicorp/packer:1.14.3 AS packer
7-
FROM prom/prometheus:v3.7.3 AS prometheus
8-
FROM prom/alertmanager:v0.29.0 AS alertmanager
9-
FROM mikefarah/yq:4.49.2 AS yq
10-
FROM golangci/golangci-lint:v2.6.2-alpine AS golangci-lint
4+
FROM hashicorp/vault:1.21.3 AS vault
5+
FROM hashicorp/terraform:1.14.4 AS terraform
6+
FROM hashicorp/packer:1.15.0 AS packer
7+
FROM prom/prometheus:v3.9.1 AS prometheus
8+
FROM prom/alertmanager:v0.31.0 AS alertmanager
9+
FROM mikefarah/yq:4.52.2 AS yq
10+
FROM golangci/golangci-lint:v2.8.0-alpine AS golangci-lint
1111

12-
FROM alpine:3.22 AS packages
12+
FROM alpine:3.23 AS packages
1313

1414
RUN apk add --no-cache \
1515
zip \

go-build/awscli-requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
## awscli will be installed using the official AWS CLI v2 bundled installer
22
## so we don't install awscli/botocore via pip. Keep other helper packages.
33
colorama==0.4.6
4-
docutils==0.22.3
5-
jmespath==1.0.1
4+
docutils==0.22.4
5+
jmespath==1.1.0
66
pyasn1==0.6.1
77
python-dateutil==2.9.0.post0
88
PyYAML==6.0.3
99
rsa==4.9.1
10-
s3transfer==0.15.0
10+
s3transfer==0.16.0
1111
six==1.17.0
1212
## allow urllib3 2.x per request
1313
urllib3==2.5.0
14-
yamllint==1.37.1
14+
yamllint==1.38.0
1515
requests==2.32.5

metrics-build/Dockerfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
FROM hairyhenderson/gomplate:v3.11.7-slim AS gomplate
2-
FROM docker:29.0.4 AS docker
3-
FROM hashicorp/vault:1.21.1 AS vault
4-
FROM hashicorp/terraform:1.14.0 AS terraform
5-
FROM prom/prometheus:v3.7.3 AS prometheus
6-
FROM prom/alertmanager:v0.29.0 AS alertmanager
7-
FROM grafana/mimirtool:3.0.0 AS mimirtool
2+
FROM docker:29.2.1 AS docker
3+
FROM hashicorp/vault:1.21.3 AS vault
4+
FROM hashicorp/terraform:1.14.4 AS terraform
5+
FROM prom/prometheus:v3.9.1 AS prometheus
6+
FROM prom/alertmanager:v0.31.0 AS alertmanager
7+
FROM grafana/mimirtool:3.0.2 AS mimirtool
88

9-
FROM alpine:3.22 AS packages
9+
FROM alpine:3.23 AS packages
1010

1111
RUN apk add --no-cache \
1212
make \
@@ -19,7 +19,7 @@ RUN apk add --no-cache \
1919
openssh \
2020
github-cli
2121

22-
FROM alpine:3.22 AS build
22+
FROM alpine:3.23 AS build
2323

2424
COPY --from=gomplate /gomplate /bin/gomplate
2525
COPY --from=docker /usr/local/bin/docker /bin/docker

node-build/Dockerfile

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
FROM hairyhenderson/gomplate:v3.11.7-slim AS gomplate
2-
FROM docker:29.0.4 AS docker
2+
FROM docker:29.2.1 AS docker
33
FROM docker/compose:1.29.2 AS compose
4-
FROM hashicorp/vault:1.21.1 AS vault
5-
FROM hashicorp/terraform:1.14.0 AS terraform
6-
FROM hashicorp/packer:1.14.3 AS packer
7-
FROM prom/prometheus:v3.7.3 AS prometheus
8-
FROM prom/alertmanager:v0.29.0 AS alertmanager
9-
FROM mikefarah/yq:4.49.2 AS yq
4+
FROM hashicorp/vault:1.21.3 AS vault
5+
FROM hashicorp/terraform:1.14.4 AS terraform
6+
FROM hashicorp/packer:1.15.0 AS packer
7+
FROM prom/prometheus:v3.9.1 AS prometheus
8+
FROM prom/alertmanager:v0.31.0 AS alertmanager
9+
FROM mikefarah/yq:4.52.2 AS yq
1010

11-
FROM alpine:3.22 AS packages
11+
FROM alpine:3.23 AS packages
1212

1313
RUN apk add --no-cache \
1414
zip \
@@ -64,14 +64,14 @@ RUN apk add --update --no-cache ca-certificates wget \
6464
&& mv linux-amd64/helm /usr/bin/helm \
6565
&& rm -Rf helm-${HELM_LATEST_VERSION}-linux-amd64.tar.gz linux-amd64
6666

67-
FROM node:25.2-alpine3.22 AS nodepackages
67+
FROM node:25.6-alpine3.22 AS nodepackages
6868

6969
#RUN npm config set unsafe-perm true
7070
RUN npm install -g \
7171
mocha \
7272
serverless
7373

74-
FROM node:25.2-alpine3.22 AS build
74+
FROM node:25.6-alpine3.22 AS build
7575

7676
# Install AWS CLI v2 using the bundled installer (supports amd64 and aarch64)
7777
ARG ARCH="amd64"

node-build/awscli-requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
awscli==1.43.4
2-
botocore==1.41.4
1+
awscli==1.44.34
2+
botocore==1.42.44
33
colorama==0.4.6
4-
docutils==0.22.3
5-
jmespath==1.0.1
4+
docutils==0.22.4
5+
jmespath==1.1.0
66
pyasn1==0.6.1
77
python-dateutil==2.9.0.post0
88
PyYAML==6.0.3
99
rsa==4.9.1
10-
s3transfer==0.15.0
10+
s3transfer==0.16.0
1111
six==1.17.0
1212
urllib3==2.5.0
13-
yamllint==1.37.1
13+
yamllint==1.38.0
1414
requests==2.32.5

py-build/Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
ARG KUBECTL_VERSION=v1.29.7
22

33
FROM hairyhenderson/gomplate:v3.11.7-slim AS gomplate
4-
FROM docker:29.0.4 AS docker
4+
FROM docker:29.2.1 AS docker
55
FROM docker/compose:1.29.2 AS compose
66
FROM vault:1.13.3 AS vault
7-
FROM hashicorp/terraform:1.14.0 AS terraform
8-
FROM hashicorp/packer:1.14.3 AS packer
9-
FROM prom/prometheus:v3.7.3 AS prometheus
10-
FROM prom/alertmanager:v0.29.0 AS alertmanager
11-
FROM mikefarah/yq:4.49.2 AS yq
12-
FROM alpine:3.22 AS packages
7+
FROM hashicorp/terraform:1.14.4 AS terraform
8+
FROM hashicorp/packer:1.15.0 AS packer
9+
FROM prom/prometheus:v3.9.1 AS prometheus
10+
FROM prom/alertmanager:v0.31.0 AS alertmanager
11+
FROM mikefarah/yq:4.52.2 AS yq
12+
FROM alpine:3.23 AS packages
1313

1414
RUN apk add --no-cache \
1515
zip \

py-build/awscli-requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
awscli==1.43.4
2-
botocore==1.41.4
1+
awscli==1.44.34
2+
botocore==1.42.44
33
colorama==0.4.6
4-
docutils==0.22.3
4+
docutils==0.22.4
55
jmespath==0.10.0
66
pyasn1==0.6.1
77
python-dateutil==2.9.0.post0
88
PyYAML==6.0.3
99
rsa==4.9.1
10-
s3transfer==0.15.0
10+
s3transfer==0.16.0
1111
six==1.17.0
1212
urllib3==2.5.0
13-
yamllint==1.37.1
13+
yamllint==1.38.0
1414
requests==2.32.5

py-build/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
astroid==4.0.2
1+
astroid==4.0.3
22
certifi==2025.11.12
3-
docutils==0.22.3
3+
docutils==0.22.4
44
ecdsa==0.19.1
55
future==1.0.0
66
idna==3.11
@@ -9,13 +9,13 @@ jmespath==0.10.0
99
lazy-object-proxy==1.12.0
1010
mccabe==0.7.0
1111
placebo==0.10.0
12-
prometheus-client==0.23.1
12+
prometheus-client==0.24.1
1313
pyasn1==0.6.1
14-
pylint==4.0.3
14+
pylint==4.0.4
1515
python-dateutil==2.9.0.post0
1616
python-jose==3.5.0
1717
requests==2.32.5
1818
rsa==4.9.1
1919
six==1.17.0
2020
urllib3==2.5.0
21-
wrapt==2.0.1
21+
wrapt==2.1.1

0 commit comments

Comments
 (0)