Dockerfile: use bullseye as Debian base

This commit is contained in:
Dawid Wróbel
2022-10-05 17:11:24 +02:00
parent f36059324c
commit f8be027a2a
5 changed files with 11 additions and 11 deletions

View File

@@ -8,7 +8,7 @@
{{#debian}}
# Python is needed for building libnss.
# Use it as a common base.
FROM python:3.10.1-slim-buster as builder
FROM python:3.10.1-slim-bullseye as builder
{{/debian}}
{{#alpine}}
FROM alpine:3.15.0 as builder
@@ -238,7 +238,7 @@ RUN apk add --no-cache nss
{{/firefox}}
{{/alpine}}
{{#debian}}
FROM debian:buster-slim
FROM debian:bullseye-slim
RUN apt-get update && apt-get install -y ca-certificates
{{#firefox}}
# curl tries to load the CA certificates for libnss.