Skip to content

Commit

Permalink
font 31.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awnion committed Oct 7, 2024
1 parent 12f8523 commit 6da59e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG BUILD_DIR=/build
ARG FONT_NAME=afio

# Check https://github.com/be5invis/Iosevka/releases for font version
ARG FONT_VERSION=31.7.0
ARG FONT_VERSION=31.8.0

################################################################

Expand All @@ -19,7 +19,7 @@ RUN rm -f /etc/apt/apt.conf.d/docker-clean; \
RUN \
--mount=type=cache,id=apt-${TARGETARCH},target=/var/cache/apt \
--mount=type=cache,id=apt-${TARGETARCH},target=/var/lib/apt \
<<EOF
<<EOF
set -e
apt-get update -yqq
apt-get install --no-install-recommends -yqq \
Expand Down Expand Up @@ -55,7 +55,7 @@ COPY --link private-build-plans.toml .
COPY --from=iosevka_src /iosevka .

RUN --mount=type=cache,id=node-${TARGETARCH},target=${BUILD_DIR}/iosevka/node_modules \
<<-EOF
<<-EOF
set -ex
npm i
npm run build -- ttf::${FONT_NAME}
Expand Down

0 comments on commit 6da59e9

Please sign in to comment.