Compare commits
5
Commits
f357653bbb
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
24a244a07e | ||
|
|
e4dd22157b | ||
|
|
7335d9b954 | ||
|
|
355bef9d25 | ||
|
|
b2fa14b7ff |
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
# Build stage
|
# Build stage
|
||||||
FROM debian:13@sha256:f324c7ff54321e8d9c588493a20244965938ce0aa50bbd1022d38010e9ffc4b1 AS builder
|
FROM debian:13@sha256:9cc080028c43b27d2074d63a5f9caf7166d731494965616c1a6d2827a004585c AS builder
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
build-essential \
|
build-essential \
|
||||||
@@ -29,7 +29,7 @@ RUN cmake .. \
|
|||||||
# Must track the builder's Debian release: the builder (debian:13/trixie) links
|
# Must track the builder's Debian release: the builder (debian:13/trixie) links
|
||||||
# against glibc 2.38+, so an older runtime (e.g. bookworm, glibc 2.36) cannot run
|
# against glibc 2.38+, so an older runtime (e.g. bookworm, glibc 2.36) cannot run
|
||||||
# the resulting binary. Package names use the trixie t64 spelling.
|
# the resulting binary. Package names use the trixie t64 spelling.
|
||||||
FROM debian:trixie-slim@sha256:d7e12182ce18b85b93007c1dedf31f2d29e01ccf3182cc4017c709b6259bc132
|
FROM debian:trixie-slim@sha256:a99cfc517144bc59b1978475ec53b46ecabec7e43635402ee5b77cc54cd1b20a
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
libcurl3t64-gnutls \
|
libcurl3t64-gnutls \
|
||||||
|
|||||||
Reference in New Issue
Block a user