mirror of
https://github.com/minoplhy/docker-ripe-atlas.git
synced 2025-04-21 12:26:59 +00:00
Use debian:11-slim
Debian 10 LTS EOL 06/30/2024
This commit is contained in:
parent
4b23a0f484
commit
fe3becca3d
@ -1,5 +1,5 @@
|
||||
## builder
|
||||
FROM --platform=$BUILDPLATFORM debian:10-slim as builder
|
||||
FROM --platform=$BUILDPLATFORM debian:11-slim as builder
|
||||
LABEL image="ripe-atlas-builder"
|
||||
ARG BUILDPLATFORM
|
||||
ARG TARGETPLATFORM
|
||||
@ -41,7 +41,7 @@ LABEL image="ripe-atlas-artifacts"
|
||||
COPY --from=builder /root/atlasswprobe-*.deb /
|
||||
|
||||
## the actual image
|
||||
FROM debian:10-slim
|
||||
FROM debian:11-slim
|
||||
LABEL maintainer="dockerhub@public.swineson.me"
|
||||
LABEL image="ripe-atlas"
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
Loading…
x
Reference in New Issue
Block a user