Skip to content

Commit 64870e3

Browse files
committed
bump bullseye to bookworm
1 parent 6fcbedd commit 64870e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ COPY ui /ui
2323
RUN npm run build
2424

2525

26-
FROM debian:bullseye AS cli-stage
26+
FROM debian:bookworm AS cli-stage
2727
ARG TARGETARCH
2828
COPY cli-${TARGETARCH}.sh .
2929
RUN apt-get update && apt-get install -y curl bzip2 && \
3030
chmod +x cli-${TARGETARCH}.sh
3131
RUN ./cli-${TARGETARCH}.sh
3232

33-
FROM debian:bullseye-slim
33+
FROM debian:bookworm-slim
3434
LABEL org.opencontainers.image.title="SQL container manager" \
3535
org.opencontainers.image.description="Create, connect, and manage SQL dev containers" \
3636
org.opencontainers.image.vendor="DrewSK.Tech" \

0 commit comments

Comments
 (0)