Skip to content

Commit

Permalink
build: upgrade rclone --> v1 pin to avoid CVE-2024-24790
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jul 4, 2024
1 parent 313824c commit 118dd68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion odkcentral/ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN VUE_APP_OIDC_ENABLED="false" npm run build



FROM docker.io/rclone/rclone:1.64 as prod
FROM docker.io/rclone/rclone:1 as prod
VOLUME /frontend
COPY container-entrypoint.sh /
RUN chmod +x /container-entrypoint.sh
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/prod.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN pnpm run build --mode ${NODE_ENV}



FROM docker.io/rclone/rclone:1.64 as prod
FROM docker.io/rclone/rclone:1 as prod
ARG APP_VERSION
ARG COMMIT_REF
ARG VITE_API_URL
Expand Down

0 comments on commit 118dd68

Please sign in to comment.