Skip to content

Commit

Permalink
Updating from bullseye to bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
cin committed Aug 3, 2023
1 parent 4ed8cc3 commit 1e1c191
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.metrics
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BUILDIMAGE=golang:1.20-bullseye
ARG BASEIMAGE=debian:bullseye-slim
ARG BUILDIMAGE=golang:1.20-bookworm
ARG BASEIMAGE=debian:bookworm-slim
ARG DOCKER_PROXY_REGISTRY

FROM ${DOCKER_PROXY_REGISTRY}${BUILDIMAGE} AS builder
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.node
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG REDIS_VERSION=6.2.13
ARG BUILDIMAGE=golang:1.20-bullseye
ARG BASEIMAGE=redis:${REDIS_VERSION}-bullseye
ARG BUILDIMAGE=golang:1.20-bookworm
ARG BASEIMAGE=redis:${REDIS_VERSION}-bookworm
ARG DOCKER_PROXY_REGISTRY

FROM ${DOCKER_PROXY_REGISTRY}${BUILDIMAGE} AS builder
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.operator
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BUILDIMAGE=golang:1.20-bullseye
ARG BASEIMAGE=debian:bullseye-slim
ARG BUILDIMAGE=golang:1.20-bookworm
ARG BASEIMAGE=debian:bookworm-slim
ARG DOCKER_PROXY_REGISTRY

FROM ${DOCKER_PROXY_REGISTRY}${BUILDIMAGE} AS builder
Expand Down

0 comments on commit 1e1c191

Please sign in to comment.