Skip to content

Commit f9406f8

Browse files
authored
upgrade Python base images to 3.11.6 (#396)
1 parent 741b1a5 commit f9406f8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM golang:1.20.2-buster as goose
22
RUN go install github.com/pressly/goose/v3/cmd/goose@v3.9.0
33

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

77
ARG BUILD_TIMESTAMP

Dockerfile.metadata_service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11.4-bookworm
1+
FROM python:3.11.6-bookworm
22

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

Dockerfile.migration_service

Lines changed: 1 addition & 1 deletion
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/goose@v3.9.0
33

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

77
RUN apt-get update -y \

Dockerfile.service.test

Lines changed: 1 addition & 1 deletion
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/goose@v3.9.0
33

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

77
RUN apt-get update -y \

Dockerfile.ui_service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11.4-bookworm
1+
FROM python:3.11.6-bookworm
22

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

0 commit comments

Comments
 (0)