Use debian:11-slim

Debian 10 LTS EOL 06/30/2024
This commit is contained in:
Kumiko as a Service 2024-06-26 11:36:54 -04:00 committed by GitHub
parent 4b23a0f484
commit fe3becca3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
## builder ## builder
FROM --platform=$BUILDPLATFORM debian:10-slim as builder FROM --platform=$BUILDPLATFORM debian:11-slim as builder
LABEL image="ripe-atlas-builder" LABEL image="ripe-atlas-builder"
ARG BUILDPLATFORM ARG BUILDPLATFORM
ARG TARGETPLATFORM ARG TARGETPLATFORM
@ -41,7 +41,7 @@ LABEL image="ripe-atlas-artifacts"
COPY --from=builder /root/atlasswprobe-*.deb / COPY --from=builder /root/atlasswprobe-*.deb /
## the actual image ## the actual image
FROM debian:10-slim FROM debian:11-slim
LABEL maintainer="dockerhub@public.swineson.me" LABEL maintainer="dockerhub@public.swineson.me"
LABEL image="ripe-atlas" LABEL image="ripe-atlas"
ARG DEBIAN_FRONTEND=noninteractive ARG DEBIAN_FRONTEND=noninteractive