mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2025-08-11 03:09:25 +00:00
Dockerfile: use bullseye as Debian base
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user