Skip to content

Commit 865a560

Browse files
authored
Fix CD image (#3639)
1 parent da6cc54 commit 865a560

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

auth-api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12.5-bullseye as development_build
1+
FROM python:3.12.5-bookworm as development_build
22

33
ARG VCS_REF="missing"
44
ARG BUILD_DATE="missing"

queue_services/account-mailer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12.9-bullseye as development_build
1+
FROM python:3.12.9-bookworm as development_build
22
USER root
33

44
ARG VCS_REF="missing"

queue_services/auth-queue/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12.5-bullseye as development_build
1+
FROM python:3.12.5-bookworm as development_build
22
USER root
33

44
ARG VCS_REF="missing"

0 commit comments

Comments
 (0)