mirror of
https://github.com/kerberos-io/base.git
synced 2026-04-22 15:27:03 +08:00
chore: update base image from debian:bullseye to debian:bookworm in Dockerfile
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM debian:bullseye AS builder
|
||||
FROM debian:bookworm AS builder
|
||||
LABEL Author=Kerberos.io
|
||||
|
||||
RUN apt-get update && apt-get upgrade -y && apt-get install -y wget build-essential \
|
||||
|
||||
Reference in New Issue
Block a user