Skip to content

Commit

Permalink
chore(deps): update dependency rust to v1.80 (#1763)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Jul 29, 2024
1 parent 9c81461 commit ba7a512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/ops/docker/jdk17-jammy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ RUN wget -q "https://pikchr.org/home/raw/${PIKCHR_VERSION}" -O pikchr.c
RUN gcc -O0 -g -static -Wall -Wextra -DPIKCHR_SHELL pikchr.c -o pikchr -lm

## SVGBob
FROM --platform=$BUILDPLATFORM rust:1.79-slim-bullseye AS kroki-builder-static-svgbob
FROM --platform=$BUILDPLATFORM rust:1.80-slim-bullseye AS kroki-builder-static-svgbob

# Install cross-compilation tools
RUN apt-get update && apt-get install --no-install-recommends --yes \
Expand Down

0 comments on commit ba7a512

Please sign in to comment.