Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 26, 2024
1 parent c732f72 commit d3c6c7e
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions images/apache-superset/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Authlib==1.3.2
trino==0.328.0
Authlib==1.4.0
trino==0.331.0
duckdb==1.1.3
psycopg2-binary==2.9.10
cx-Oracle==8.3.0
8 changes: 4 additions & 4 deletions images/coder-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.11.1@sha256:10c699f1b6c8bdc8f6b4ce8974855dd8542f1768c26eb240237b8f1c9c6c9976
# syntax=docker/dockerfile:1.12.1@sha256:93bfd3b68c109427185cd78b4779fc82b484b0b7618e36d0f104d4d801e66d25
FROM docker.io/library/ubuntu:24.04@sha256:278628f08d4979fb9af9ead44277dbc9c92c2465922310916ad0c46ec9999295

SHELL ["/bin/bash", "-eo", "pipefail", "-c"]
Expand Down Expand Up @@ -60,12 +60,12 @@ chmod +x /usr/local/bin/mc
EOF

# kubectl
COPY --from=docker.io/bitnami/kubectl:1.31.3@sha256:67096b043f84a462b349ebcdcb4258a4f18d1de93ea43cf0df4c908bb877a1ad /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/kubectl
COPY --from=docker.io/bitnami/kubectl:1.32.0@sha256:493d1b871556d48d6b25d471f192c2427571cd6f78523eebcaf4d263353c7487 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/kubectl
RUN kubectl version --client

# Helm
# renovate: datasource=github-releases depName=helm/helm
ARG HELM_VERSION=3.16.3
ARG HELM_VERSION=3.16.4
ENV HELM_URL=https://get.helm.sh/helm-v"${HELM_VERSION}"-linux-amd64.tar.gz
RUN <<EOF
curl -LSs "$HELM_URL" | tar xz
Expand Down Expand Up @@ -98,7 +98,7 @@ EOF

# s5cmd
# renovate: datasource=github-releases depName=peak/s5cmd
ARG S5CMD_VERSION=2.2.2
ARG S5CMD_VERSION=2.3.0
ENV S5CMD_URL=https://github.com/peak/s5cmd/releases/download/v${S5CMD_VERSION}/s5cmd_${S5CMD_VERSION}_linux_amd64.deb
RUN <<EOF
curl -LSsO "$S5CMD_URL"
Expand Down
2 changes: 1 addition & 1 deletion images/dsf-bpe-full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG DSF_PROCESS_MII_DATA_TRANSFER=1.0.2.1
ARG DSF_PROCESS_MII_DATA_SHARING=1.0.1.1
ARG DSF_PROCESS_NCT_DATA_TRANSFER=1.0.0.0-M1

FROM curlimages/curl:8.11.0@sha256:83a505ba2ba62f208ed6e410c268b7b9aa48f0f7b403c8108b9773b44199dbba AS deps
FROM curlimages/curl:8.11.1@sha256:c1fe1679c34d9784c1b0d1e5f62ac0a79fca01fb6377cdd33e90473c6f9f9a69 AS deps

ARG CA_TAR_URL
ARG DSF_PROCESS_PING_PONG
Expand Down
2 changes: 1 addition & 1 deletion images/hive-metastore/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/curlimages/curl:8.11.0@sha256:83a505ba2ba62f208ed6e410c268b7b9aa48f0f7b403c8108b9773b44199dbba AS downloader
FROM docker.io/curlimages/curl:8.11.1@sha256:c1fe1679c34d9784c1b0d1e5f62ac0a79fca01fb6377cdd33e90473c6f9f9a69 AS downloader
WORKDIR /tmp/libs
RUN <<EOF
curl -LsSO "https://repo1.maven.org/maven2/io/delta/delta-spark_2.12/3.2.0/delta-spark_2.12-3.2.0.jar"
Expand Down
4 changes: 2 additions & 2 deletions images/ml-on-fhir/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pathling==7.0.1
jupyter-server-proxy==4.4.0
polars==1.14.0
deltalake==0.21.0
polars==1.18.0
deltalake==0.22.3
duckdb==1.1.3
2 changes: 1 addition & 1 deletion images/semantic-release/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/node:22.11.0@sha256:5c76d05034644fa8ecc9c2aa84e0a83cd981d0ef13af5455b87b9adf5b216561
FROM docker.io/library/node:22.12.0@sha256:0e910f435308c36ea60b4cfd7b80208044d77a074d16b768a81901ce938a62dc
WORKDIR /app
ENV NO_UPDATE_NOTIFIER=true \
NODE_ENV=production \
Expand Down
16 changes: 8 additions & 8 deletions images/semantic-release/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions images/semantic-release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"@semantic-release/commit-analyzer": "13.0.0",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/gitlab": "13.2.1",
"@semantic-release/gitlab": "13.2.3",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.1",
"@semantic-release/release-notes-generator": "14.0.2",
"conventional-changelog-conventionalcommits": "8.0.0",
"semantic-release": "24.2.0",
"semantic-release-replace-plugin": "1.2.7"
Expand Down
2 changes: 1 addition & 1 deletion images/strimzi-kafka-connect/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/strimzi/kafka:0.44.0-kafka-3.8.0@sha256:9a4224635e09ece2c1d3ffe9d715813cf63037461c9f06c1b5f53554aed5ecdc
FROM quay.io/strimzi/kafka:0.45.0-kafka-3.8.0@sha256:184b10b80953c8f0895f5b84c8be481cd2a36884b837651170b816fc10eb94b2

ARG CONFLUENT_CONNECT_TRANSFORMS_VERSION=1.4.7
ARG CONFLUENT_KAFKA_CONNECT_JDBC_PLUGIN_VERSION=10.7.4
Expand Down
2 changes: 1 addition & 1 deletion images/warehousekeeper/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/spark:3.5.3-scala2.12-java17-python3-ubuntu@sha256:3d6e110ff627cd7bbf4dd10051acb3c7de6695b55cf174d20dc4b445f7f83bcd
FROM docker.io/library/spark:3.5.4-scala2.12-java17-python3-ubuntu@sha256:2686539a436b746cf90921de4821919c2225539a6b3d274a2682f8e24c9358d5
WORKDIR /opt/warehousekeeper
USER root

Expand Down
10 changes: 5 additions & 5 deletions images/warehousekeeper/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
click==8.1.7
pyspark==3.5.3
deltalake==0.21.0
loguru==0.7.2
boto3==1.35.66
click==8.1.8
pyspark==3.5.4
deltalake==0.22.3
loguru==0.7.3
boto3==1.35.87

0 comments on commit d3c6c7e

Please sign in to comment.