Skip to content

Commit

Permalink
debian bookworm base image (#4122)
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig O'Donnell authored Nov 8, 2023
1 parent 73744c5 commit 5ad37c5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deploy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bullseye-slim
FROM debian:bookworm-slim

RUN apt-get update && apt-get install -y --no-install-recommends \
curl ca-certificates git gnupg2 s3cmd \
Expand Down
2 changes: 1 addition & 1 deletion deploy/okteto/okteto.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.3
FROM golang:1.20-bullseye as builder
FROM golang:1.20-bookworm as builder

EXPOSE 2345

Expand Down
2 changes: 1 addition & 1 deletion hack/dev/skaffold.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ARG DEBUG_KOTSADM=0

RUN make build kots

FROM debian:bullseye
FROM debian:bookworm

RUN apt-get update && apt-get install -y --no-install-recommends curl gnupg2 \
&& apt-get update && apt-get install -y --no-install-recommends git \
Expand Down
2 changes: 1 addition & 1 deletion kurl_proxy/deploy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bullseye-slim
FROM debian:bookworm-slim

ENV DEBIAN_FRONTEND=noninteractive

Expand Down
2 changes: 1 addition & 1 deletion migrations/deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG SCHEMAHERO_TAG

FROM schemahero/schemahero:${SCHEMAHERO_TAG} AS base

FROM debian:bullseye
FROM debian:bookworm
WORKDIR /

COPY --from=base /schemahero /schemahero
Expand Down
2 changes: 1 addition & 1 deletion web/okteto.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.3
FROM node:18-bullseye-slim as dev
FROM node:18-bookworm-slim as dev
EXPOSE 8080 9229

WORKDIR /src
Expand Down

0 comments on commit 5ad37c5

Please sign in to comment.