Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 29, 2024
1 parent fd5e475 commit 53bc45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN if [[ -n "$CARGO_RELEASE" ]]; then CARGO_RELEASE="--$CARGO_RELEASE"; fi && \
cargo build ${CARGO_RELEASE} ${CARGO_ARGS} &&\
cargo test ${CARGO_RELEASE} --all ${CARGO_ARGS}

FROM node:20-alpine AS client
FROM node:22-alpine AS client

RUN apk add git &&\
git clone https://github.com/izderadicka/audioserve-web.git /audioserve_client &&\
Expand Down

0 comments on commit 53bc45f

Please sign in to comment.