fix: use debian:bullseye image for glibc 2.29

This commit is contained in:
Paul Makles
2023-04-21 18:11:06 +01:00
parent 32542a822e
commit 03a28dbb3e
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
FROM ghcr.io/revoltchat/base:latest AS builder
# Bundle Stage
FROM debian:buster-slim
FROM debian:bullseye-slim
RUN apt-get update && \
apt-get install -y ca-certificates && \
apt-get clean

View File

@@ -2,7 +2,7 @@
FROM ghcr.io/revoltchat/base:latest AS builder
# Bundle Stage
FROM debian:buster-slim
FROM debian:bullseye-slim
RUN apt-get update && \
apt-get install -y ca-certificates && \
apt-get clean