Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#181)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent b58cd92 commit 54722cb
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion images/apache-superset/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Authlib==1.3.2
trino==0.330.0
duckdb_engine==0.13.2
deltalake==0.20.1
deltalake==0.20.2
duckdb==1.1.1
cx-Oracle==8.3.0
starrocks==1.0.6
Expand Down
4 changes: 2 additions & 2 deletions images/coder-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN kubectl version --client

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

# cosign
# renovate: datasource=github-releases depName=sigstore/cosign
ARG COSIGN_VERSION=2.4.0
ARG COSIGN_VERSION=2.4.1
ENV COSIGN_URL=https://github.com/sigstore/cosign/releases/download/v${COSIGN_VERSION}/cosign-linux-amd64
RUN <<EOF
curl -LSsO "$COSIGN_URL"
Expand Down
2 changes: 1 addition & 1 deletion images/hive-metastore/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ curl -LsSO "https://repo1.maven.org/maven2/com/amazonaws/aws-java-sdk-bundle/1.1
curl -LsSO "https://repo1.maven.org/maven2/org/postgresql/postgresql/42.7.3/postgresql-42.7.3.jar"
EOF

FROM docker.io/apache/hive:4.0.0@sha256:c0b241c544d341c16a6d8cafcb801a071be9b02054a5add255e9a0e826095e88
FROM docker.io/apache/hive:4.0.1@sha256:5194161ef50b80875f937dff04936df047cbe894e9727ab8f0606349345b1bd3
COPY --from=downloader --chown=0:0 /tmp/libs/*.jar /opt/hive/lib/
USER 1000:1000
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.8.2
deltalake==0.20.1
polars==1.9.0
deltalake==0.20.2
duckdb==1.1.1
2 changes: 1 addition & 1 deletion images/spark-delta/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/spark:3.5.2-scala2.12-java17-python3-ubuntu@sha256:0281d18704a625043b07302fda6dd29f1ee674a9ce963a6c8e7f783ee0f5b527
FROM docker.io/library/spark:3.5.3-scala2.12-java17-python3-ubuntu@sha256:15fd585bd079757bea4b95d32156f3c9c2aa65ad4569a98b8f60d03bb3e09f49
USER root

RUN <<EOF
Expand Down
4 changes: 2 additions & 2 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.20.1
deltalake==0.20.2
loguru==0.7.2
boto3==1.35.29
boto3==1.35.38

0 comments on commit 54722cb

Please sign in to comment.