We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fcbedd commit 64870e3Copy full SHA for 64870e3
Dockerfile
@@ -23,14 +23,14 @@ COPY ui /ui
23
RUN npm run build
24
25
26
-FROM debian:bullseye AS cli-stage
+FROM debian:bookworm AS cli-stage
27
ARG TARGETARCH
28
COPY cli-${TARGETARCH}.sh .
29
RUN apt-get update && apt-get install -y curl bzip2 && \
30
chmod +x cli-${TARGETARCH}.sh
31
RUN ./cli-${TARGETARCH}.sh
32
33
-FROM debian:bullseye-slim
+FROM debian:bookworm-slim
34
LABEL org.opencontainers.image.title="SQL container manager" \
35
org.opencontainers.image.description="Create, connect, and manage SQL dev containers" \
36
org.opencontainers.image.vendor="DrewSK.Tech" \
0 commit comments