Skip to content

Commit

Permalink
chore(deps): update major-release
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent 3c7c72d commit 95a9140
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defusedxml==0.7.1
lxml==5.3.0
Pillow==11.0.0
polars==1.9.0
pyarrow==17.0.0
pyarrow==18.0.0
pydantic==2.9.2
pyyaml==6.0.2
requests==2.32.3
Expand Down
4 changes: 2 additions & 2 deletions webclient/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://docs.docker.com/build/attestations/sbom/#scan-build-context
ARG BUILDKIT_SBOM_SCAN_CONTEXT=true

FROM node:21-alpine3.19 AS build-stage
FROM node:22-alpine3.19 AS build-stage
WORKDIR /app
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
Expand All @@ -26,7 +26,7 @@ COPY app app
RUN pnpm run build


FROM node:21-alpine3.19 AS production-stage
FROM node:22-alpine3.19 AS production-stage
RUN apk update --no-progress --quiet && \
apk add --no-cache --no-progress --quiet curl

Expand Down

0 comments on commit 95a9140

Please sign in to comment.