Skip to content

Commit 6ad1efa

Browse files
Bump gcc from 15 to 16
Bumps gcc from 15 to 16. --- updated-dependencies: - dependency-name: gcc dependency-version: '16' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6261c20 commit 6ad1efa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM rust:1.95-bookworm as builder-gifski
22
RUN cargo install --version 1.32.0 gifski
33

4-
FROM gcc:15 as builder-lottie-to-png
4+
FROM gcc:16 as builder-lottie-to-png
55
RUN apt update && \
66
apt install --assume-yes cmake python3 python3-pip && \
77
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)