We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3083a25 commit 0e72b49Copy full SHA for 0e72b49
Dockerfile.migration_service
@@ -1,7 +1,7 @@
1
FROM golang:1.20.2 AS goose
2
RUN go install github.com/pressly/goose/v3/cmd/[email protected]
3
4
-FROM python:3.11.6-bookworm
+FROM python:3.12.6-bookworm
5
COPY --from=goose /go/bin/goose /usr/local/bin/
6
7
RUN apt-get update -y \
0 commit comments