Skip to content

Commit

Permalink
Upgrade and debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
covracer committed Feb 1, 2025
1 parent a8b4026 commit f43dfe2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/biobuddies/helicopyter
rev: v2024.39.1
rev: v2025.03.01
hooks:
- id: codespell
args:
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ WORKDIR /srv
# hadolint ignore=DL3008,SC2046
RUN --mount=type=cache,target=/var/cache/apt \
--mount=type=bind,source=includes.sh,target=includes.sh \
rm /etc/apt/apt.conf.d/docker-clean \
set -euxo pipefail \
&& rm /etc/apt/apt.conf.d/docker-clean \
&& echo 'Binary::apt::APT::Keep-Downloaded-Packages "1";' > /etc/apt/apt.conf.d/99cache \
&& apt-get update \
&& apt-get install -qq --no-install-recommends --yes nodejs npm \
Expand Down

0 comments on commit f43dfe2

Please sign in to comment.