Skip to content

Commit 0e72b49

Browse files
committed
fix migration service base image version
1 parent 3083a25 commit 0e72b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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/[email protected]
33

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

77
RUN apt-get update -y \

0 commit comments

Comments
 (0)