Skip to content

Commit 4c93e14

Browse files
authored
update dev images to 3.11.7-bookworm (#418)
1 parent 707c534 commit 4c93e14

4 files changed

+4
-4
lines changed

Dockerfile.metadata_service

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11.6-bookworm
1+
FROM python:3.11.7-bookworm
22

33
RUN apt-get update -y \
44
&& apt-get -y install libpq-dev gcc

Dockerfile.migration_service

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM golang:1.20.2 AS goose
22
RUN go install github.com/pressly/goose/v3/cmd/[email protected]
33

4-
FROM python:3.11.6-bookworm
4+
FROM python:3.11.7-bookworm
55
COPY --from=goose /go/bin/goose /usr/local/bin/
66

77
RUN apt-get update -y \

Dockerfile.service.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM golang:1.20.2 AS goose
22
RUN go install github.com/pressly/goose/v3/cmd/[email protected]
33

4-
FROM python:3.11.6-bookworm
4+
FROM python:3.11.7-bookworm
55
COPY --from=goose /go/bin/goose /usr/local/bin/
66

77
RUN apt-get update -y \

Dockerfile.ui_service

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11.6-bookworm
1+
FROM python:3.11.7-bookworm
22

33
ARG UI_ENABLED="1"
44
ARG UI_VERSION="v1.3.10"

0 commit comments

Comments
 (0)