mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
contrib: update dockerfiles to debian 13 "trixie"
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
FROM debian:bookworm-slim
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
ARG BASE_DEBIAN_DISTRO=trixie
|
||||
|
||||
FROM debian:${BASE_DEBIAN_DISTRO}-slim
|
||||
RUN apt-get update && apt-get install -y gcc libc6-dev --no-install-recommends
|
||||
|
||||
COPY . /usr/src/
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
FROM debian:bookworm-slim
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
ARG BASE_DEBIAN_DISTRO=trixie
|
||||
|
||||
FROM debian:${BASE_DEBIAN_DISTRO}-slim
|
||||
RUN apt-get update && apt-get install -y gcc libc6-dev --no-install-recommends
|
||||
|
||||
COPY . /usr/src/
|
||||
|
||||
Reference in New Issue
Block a user